File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -339,13 +339,16 @@ defineOgImageComponent('Default', {
339339 v{{ version }}
340340 </span >
341341 <span class =" text-fg-subtle shrink-0" >/</span >
342- <span class =" font-mono text-sm text-fg-muted shrink-0" >code</span >
342+ <span class =" font-mono text-sm text-fg-muted shrink-0" >{{
343+ $t('package.links.code')
344+ }}</span >
343345 </div >
344346
345347 <!-- Breadcrumb navigation -->
346348 <nav
347349 :aria-label =" $t('code.file_path')"
348350 class =" flex items-center gap-1 font-mono text-sm overflow-x-auto"
351+ dir =" ltr"
349352 >
350353 <NuxtLink
351354 v-if =" filePath"
@@ -389,7 +392,7 @@ defineOgImageComponent('Default', {
389392 </div >
390393
391394 <!-- Main content: file tree + file viewer -->
392- <div v-else-if =" fileTree" class =" flex flex-1" >
395+ <div v-else-if =" fileTree" class =" flex flex-1" dir = " ltr " >
393396 <!-- File tree sidebar - sticky with internal scroll -->
394397 <aside
395398 class =" w-64 lg:w-72 border-ie border-border shrink-0 hidden md:block bg-bg-subtle sticky top-28 self-start h-[calc(100vh-7rem)] overflow-y-auto"
@@ -434,7 +437,7 @@ defineOgImageComponent('Default', {
434437 </button >
435438 </div >
436439 <div class =" flex items-center gap-3 text-sm" >
437- <span class =" text-fg-muted" >{{
440+ <span class =" text-fg-muted" dir = " auto " >{{
438441 $t('code.lines', { count: fileContent.lines })
439442 }}</span >
440443 <span v-if =" currentNode?.size" class =" text-fg-subtle" >{{
You can’t perform that action at this time.
0 commit comments