diff --git a/frontend/Dockerfile b/frontend/Dockerfile
index 0e797dc80b2d..69ea80b91faf 100644
--- a/frontend/Dockerfile
+++ b/frontend/Dockerfile
@@ -8,8 +8,10 @@ RUN yarn install \
--prefer-offline \
--frozen-lockfile \
--non-interactive \
- --production=false
-
+ --production=false \
+ # https://github.com/docker/build-push-action/issues/471
+ --network-timeout 1000000
+
RUN yarn build
RUN rm -rf node_modules && \
diff --git a/frontend/components/Layout/AppFooter.vue b/frontend/components/Layout/AppFooter.vue
index bc5a9276c2fa..510a47431cc6 100644
--- a/frontend/components/Layout/AppFooter.vue
+++ b/frontend/components/Layout/AppFooter.vue
@@ -1,30 +1,25 @@
-
+
-
-
+
+
{{ $globals.icons.github }}
- {{ new Date().getFullYear() }} — Mealie
+ {{ new Date().getFullYear() }} — Mealie
-
-
\ No newline at end of file
diff --git a/frontend/layouts/basic.vue b/frontend/layouts/basic.vue
index 7493beaabbf7..7b739166a902 100644
--- a/frontend/layouts/basic.vue
+++ b/frontend/layouts/basic.vue
@@ -1,8 +1,6 @@
-
-
@@ -16,11 +14,10 @@
+
+
+
\ No newline at end of file