Skip to content

Commit 74ecfe9

Browse files
committed
revert to original icons
1 parent 54e0d81 commit 74ecfe9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/astro-theme/components/Breadcrumbs.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const crumbs = path
3737
{title}
3838
</a>
3939
{!isLast && (
40-
<Icon name="mdi:chevron-right" class="h-5 mx-2 text-stone-700" />
40+
<Icon name="jam:chevron-right" class="h-5 mx-2 text-stone-700" />
4141
)}
4242
</li>
4343
))

packages/astro-theme/components/DocsPagination.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const { next, prev } = await getNextPrev();
7373
<a href={next.href} class="flex items-center gap-2 hover:text-white p-2">
7474
{next.title}
7575
<Icon
76-
name="mdi:chevron-right"
76+
name="jam:chevron-right"
7777
class="w-5 h-5 inline-block opacity-80"
7878
/>
7979
</a>

0 commit comments

Comments
 (0)