Skip to content

Commit ffe7e47

Browse files
committed
fix(menu): add class for icon color in Newsroom link
1 parent fedb74f commit ffe7e47

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/lib/components/header/Menu.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
href: "/newsroom",
5555
title: "Newsroom",
5656
content: "Latest announcements and updates from the SkyCrypt team.",
57-
icon: NewspaperIcon
57+
icon: NewspaperIcon,
58+
class: "[&_svg]:text-primary"
5859
})}
5960
{@render ListItem({
6061
href: PUBLIC_DISCORD_INVITE,

0 commit comments

Comments
 (0)