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 a1debd4 commit 41c1533Copy full SHA for 41c1533
src/components/Nav/Desktop.tsx
@@ -223,7 +223,7 @@ const LinkToPage = React.memo(function LinkToPage({
223
<img
224
src="/icons/ask-llamaai.svg"
225
alt="LlamaAI"
226
- className="h-4 w-4 brightness-0 group-data-[linkactive=true]/link:brightness-100 dark:brightness-100 dark:group-data-[linkactive=true]/link:brightness-100"
+ className="h-4 w-4 brightness-0 group-data-[linkactive=true]/link:invert dark:invert"
227
/>
228
) : null}
229
<span className="relative inline-flex items-center gap-2">
0 commit comments