Skip to content

Commit 2599bff

Browse files
authored
Show Changelog on Mobile Devices (#558)
1 parent e40de17 commit 2599bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/config/siteConfig.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const navbarLinks = [
2020
{
2121
href: `https://github.com/community-scripts/${basePath}/blob/main/CHANGELOG.md`,
2222
event: "Change Log",
23-
icon: <Scroll className="h-4 w-4 hidden sm:block" />,
23+
icon: <Scroll className="h-4 w-4" />,
2424
text: "Change Log",
2525
},
2626
{

0 commit comments

Comments
 (0)