We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e0d81 commit 74ecfe9Copy full SHA for 74ecfe9
packages/astro-theme/components/Breadcrumbs.astro
@@ -37,7 +37,7 @@ const crumbs = path
37
{title}
38
</a>
39
{!isLast && (
40
- <Icon name="mdi:chevron-right" class="h-5 mx-2 text-stone-700" />
+ <Icon name="jam:chevron-right" class="h-5 mx-2 text-stone-700" />
41
)}
42
</li>
43
))
packages/astro-theme/components/DocsPagination.astro
@@ -73,7 +73,7 @@ const { next, prev } = await getNextPrev();
73
<a href={next.href} class="flex items-center gap-2 hover:text-white p-2">
74
{next.title}
75
<Icon
76
- name="mdi:chevron-right"
+ name="jam:chevron-right"
77
class="w-5 h-5 inline-block opacity-80"
78
/>
79
0 commit comments