Skip to content

Commit

Permalink
docs(app): display pro tag on all links
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jan 8, 2025
1 parent cc50ef6 commit 1f71d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/layouts/docs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const navigation = inject<Ref<ContentNavigationItem[]>>('navigation')
<span class="inline-flex items-center gap-0.5">
{{ 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>
</template>
</UContentNavigation>
Expand Down

0 comments on commit 1f71d74

Please sign in to comment.