Skip to content

Commit ad5ea2a

Browse files
committed
Fix prettier styles
1 parent 37916f7 commit ad5ea2a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/widgets/Header.astro

+4-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,10 @@ const currentPath = `/${trimSlash(new URL(Astro.url).pathname)}`;
9090
<li class={links?.length ? 'dropdown' : ''}>
9191
{links?.length ? (
9292
<>
93-
<button type="button" class="hover:text-link dark:hover:text-white px-4 py-3 flex items-center whitespace-nowrap">
93+
<button
94+
type="button"
95+
class="hover:text-link dark:hover:text-white px-4 py-3 flex items-center whitespace-nowrap"
96+
>
9497
{text}{' '}
9598
<Icon name="tabler:chevron-down" class="w-3.5 h-3.5 ml-0.5 rtl:ml-0 rtl:mr-0.5 hidden md:inline" />
9699
</button>

0 commit comments

Comments
 (0)