Skip to content

Commit

Permalink
docs: fix blog breadcrumb responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Aug 11, 2024
1 parent 7f7ee16 commit b9d2faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/blog/[slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ onMounted(() => {
<UPage>
<UPageHeader :title="post.title" :description="post.description" :ui="{ headline: 'flex flex-col gap-y-8 items-start', description: 'text-gray-700 dark:text-gray-300' }">
<template #headline>
<UBreadcrumb :links="[{ label: 'Blog', icon: 'i-ph-newspaper-duotone', to: '/blog' }, { label: post.title }]" />
<UBreadcrumb :links="[{ label: 'Blog', icon: 'i-ph-newspaper-duotone', to: '/blog' }, { label: post.title }]" :ui="{ wrapper: 'max-w-full' }" />
<div class="flex items-center space-x-2">
<span>
{{ post.badge?.label || 'Article' }}
Expand Down

0 comments on commit b9d2faa

Please sign in to comment.