diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index 1083750..e16298c 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -4,7 +4,7 @@ on:
branches: [ "main" ]
env:
upstream_version: v0.10.3
- etke_version: etke5
+ etke_version: etke6
bunny_version: v0.1.0
permissions:
checks: write
diff --git a/README.md b/README.md
index 67c9a93..1aacb7f 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,7 @@ The following changes are already implemented:
* [Add identifier when authorizing with password](https://github.com/Awesome-Technologies/synapse-admin/pull/601)
* [Add ability to toggle whether to show locked users](https://github.com/Awesome-Technologies/synapse-admin/pull/573)
* [Fix user's display name in header on user's page](https://github.com/etkecc/synapse-admin/pull/9)
+* [Fix footer overlapping content](https://github.com/Awesome-Technologies/synapse-admin/issues/574)
_the list will be updated as new changes are added_
diff --git a/index.html b/index.html
index e7e325e..c6933ee 100644
--- a/index.html
+++ b/index.html
@@ -121,7 +121,7 @@