Skip to content

Commit

Permalink
feat: Minor styling change
Browse files Browse the repository at this point in the history
  • Loading branch information
wottpal committed Feb 20, 2023
1 parent 0efc3a7 commit dd7dc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/home/HomePageTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const HomePageTitle: FC = () => {
href={githubHref}
target="_blank"
className="group"
tw="flex cursor-pointer items-center gap-4 rounded-3xl border-2 border-gray-900 py-1.5 px-3.5 transition-all hover:(border-gray-300 bg-gray-900)"
tw="flex cursor-pointer items-center gap-4 rounded-3xl py-1.5 px-3.5 transition-all hover:bg-gray-900"
>
<Image src={inkathonLogo} priority width={60} alt="ink!athon Logo" />
<h1 tw="font-black text-[2.5rem]">{title}</h1>
Expand Down

0 comments on commit dd7dc73

Please sign in to comment.