Skip to content

Commit

Permalink
design edit to download link
Browse files Browse the repository at this point in the history
  • Loading branch information
HardhatChad committed Mar 22, 2024
1 parent 0e2feb3 commit d313731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/download.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub fn Download(cx: Scope) -> Element {
}
li {
a {
class: "font-semibold hover:underline hover:bg-green-500",
class: "font-semibold hover:underline hover:text-green-500",
href: "{DESKTOP_DOWNLOAD_MAC}",
"Download for Mac"
}
Expand Down

0 comments on commit d313731

Please sign in to comment.