diff --git a/app/pages/code/[...path].vue b/app/pages/code/[...path].vue index 86809c03d4..72dee493cf 100644 --- a/app/pages/code/[...path].vue +++ b/app/pages/code/[...path].vue @@ -329,7 +329,7 @@ useSeoMeta({
-
+

{{ $t('code.loading_tree') }}

@@ -343,7 +343,7 @@ useSeoMeta({
@@ -399,7 +399,7 @@ useSeoMeta({
-
+

{{ $t('code.file_too_large') }}

{{ $t('code.file_size_warning', { size: formatBytes(currentNode?.size ?? 0) }) }} @@ -411,7 +411,7 @@ useSeoMeta({ class="btn inline-flex items-center gap-2" > {{ $t('code.view_raw') }} - +

@@ -423,7 +423,7 @@ useSeoMeta({ :aria-label="$t('common.loading')" > -
+
@@ -455,7 +455,7 @@ useSeoMeta({