We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37916f7 commit ad5ea2aCopy full SHA for ad5ea2a
src/components/widgets/Header.astro
@@ -90,7 +90,10 @@ const currentPath = `/${trimSlash(new URL(Astro.url).pathname)}`;
90
<li class={links?.length ? 'dropdown' : ''}>
91
{links?.length ? (
92
<>
93
- <button type="button" class="hover:text-link dark:hover:text-white px-4 py-3 flex items-center whitespace-nowrap">
+ <button
94
+ type="button"
95
+ class="hover:text-link dark:hover:text-white px-4 py-3 flex items-center whitespace-nowrap"
96
+ >
97
{text}{' '}
98
<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" />
99
</button>
0 commit comments