From 6e2fc9e13b8ab3374572fdfc8f17a61839b404b7 Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 19 Apr 2024 22:58:01 +0100 Subject: [PATCH] make star size slightly bigger on star us button --- src/app/components/github-star.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/github-star.tsx b/src/app/components/github-star.tsx index f031895..e5ce233 100644 --- a/src/app/components/github-star.tsx +++ b/src/app/components/github-star.tsx @@ -24,8 +24,8 @@ export function GithubStar(): ReactElement { target="_blank" >

{starCount}

- -

Star us!

+ +

Star us!

); }