diff --git a/components/nav/NavFooter.vue b/components/nav/NavFooter.vue
index f5251182..d5ea4e98 100644
--- a/components/nav/NavFooter.vue
+++ b/components/nav/NavFooter.vue
@@ -44,7 +44,7 @@ function toggleDark() {
     </div>
     <div>{{ $t('app_desc_short') }}</div>
     <div>
-      <i18n-t keypath="nav.built_at">
+      <i18n-t v-if="isHydrated" keypath="nav.built_at">
         <time :datetime="String(buildTimeDate)" :title="$d(buildTimeDate, 'long')">{{ buildTimeAgo }}</time>
       </i18n-t>
       <template v-if="buildInfo.version">