mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-01 20:57:57 +01:00
docs(app): display pro tag on all links
This commit is contained in:
@@ -22,7 +22,7 @@ const navigation = inject<Ref<ContentNavigationItem[]>>('navigation')
|
|||||||
<span class="inline-flex items-center gap-0.5">
|
<span class="inline-flex items-center gap-0.5">
|
||||||
{{ link.title }}
|
{{ link.title }}
|
||||||
|
|
||||||
<sup v-if="link.module === 'ui-pro' && link.path.startsWith('/components')" class="text-[8px] font-medium text-(--ui-primary)">PRO</sup>
|
<sup v-if="link.module === 'ui-pro'" class="text-[8px] font-medium text-(--ui-primary)">PRO</sup>
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
</UContentNavigation>
|
</UContentNavigation>
|
||||||
|
|||||||
Reference in New Issue
Block a user