Skip to content

Commit

Permalink
Tweak version badge
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbouchenoire committed Jan 25, 2022
1 parent fb53162 commit 5b3cf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/site/src/components/layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export function Header({ className, ...props }: ComponentProps<"header">) {
</svg>
<strong>Symbolist</strong>
<a
className="py-1 px-1.5 ml-1.5 font-semibold rounded-full transition cursor-pointer text-2xs focusable hover:bg-primary-500/20 dark:hover:bg-primary-400/30 text-primary-500 bg-primary-500/10 dark:bg-primary-400/20 dark:text-primary-400"
className="p-1.5 pb-1 ml-2 font-semibold leading-none rounded transition cursor-pointer text-2xs focusable hover:bg-primary-500/20 dark:hover:bg-primary-400/30 text-primary-500 bg-primary-500/10 dark:bg-primary-400/20 dark:text-primary-400"
href="https://github.com/marcbouchenoire/symbolist/releases"
>
v{version}
Expand Down

0 comments on commit 5b3cf7e

Please sign in to comment.