File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -217,6 +217,14 @@ const copyCreateCommand = () => copyCreate(getFullCreateCommand())
217217 >{{ i > 0 ? ' ' : '' }}{{ part }}</span
218218 ></code
219219 >
220+ <NuxtLink
221+ :to =" `/package/${createPackageInfo.packageName}`"
222+ class =" text-fg-muted hover:text-fg text-xs transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/50 rounded"
223+ :title =" `View ${createPackageInfo.packageName}`"
224+ >
225+ <span class =" i-carbon:arrow-right rtl-flip w-3 h-3 mt-1" aria-hidden =" true" />
226+ <span class =" sr-only" >View {{ createPackageInfo.packageName }}</span >
227+ </NuxtLink >
220228 <button
221229 type =" button"
222230 class =" px-2 py-0.5 font-mono text-xs text-fg-muted bg-bg-subtle/80 border border-border rounded transition-colors duration-200 opacity-0 group-hover/createcmd:opacity-100 hover:(text-fg border-border-hover) active:scale-95 focus-visible:opacity-100 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/50"
@@ -227,14 +235,6 @@ const copyCreateCommand = () => copyCreate(getFullCreateCommand())
227235 createCopied ? $t('common.copied') : $t('common.copy')
228236 }}</span >
229237 </button >
230- <NuxtLink
231- :to =" `/package/${createPackageInfo.packageName}`"
232- class =" text-fg-subtle hover:text-fg-muted text-xs transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/50 rounded"
233- :title =" `View ${createPackageInfo.packageName}`"
234- >
235- <span class =" i-carbon:arrow-right rtl-flip w-3 h-3" aria-hidden =" true" />
236- <span class =" sr-only" >View {{ createPackageInfo.packageName }}</span >
237- </NuxtLink >
238238 </div >
239239 </template >
240240 </div >
You can’t perform that action at this time.
0 commit comments