diff --git a/app/components/CodeDirectoryListing.vue b/app/components/CodeDirectoryListing.vue index 431c6cbe61..ff9c088256 100644 --- a/app/components/CodeDirectoryListing.vue +++ b/app/components/CodeDirectoryListing.vue @@ -70,7 +70,7 @@ function formatBytes(bytes: number): string { :to="parentPath ? `${baseUrl}/${parentPath}` : baseUrl" class="flex items-center gap-2 font-mono text-sm text-fg-muted hover:text-fg transition-colors" > - + .. @@ -91,13 +91,13 @@ function formatBytes(bytes: number): string { > {{ node.name }} - + {{ formatBytes(node.size) }}