Skip to content

Commit c46389b

Browse files
committed
white text completely
1 parent 64a8a7a commit c46389b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/www/app/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,16 @@ export default function Home() {
9696
</div>
9797
<div className="flex items-center gap-3">
9898
<Link href="https://discord.gg/MUHH7rn2jV" target="_blank">
99-
<BsDiscord width={100} height={100} />
99+
<BsDiscord width={100} height={100} color="white" />
100100
</Link>
101101
<Link
102102
href="https://github.com/trysupernova/supernova"
103103
target="_blank"
104104
>
105-
<BsGithub width={100} height={100} />
105+
<BsGithub width={100} height={100} color="white" />
106106
</Link>
107107
<Link href="https://x.com/trysupernova_" target="_blank">
108-
<BsTwitter width={100} height={100} />
108+
<BsTwitter width={100} height={100} color="white" />
109109
</Link>
110110
</div>
111111
</div>

apps/www/components/typography.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const H1 = (props: Props) => {
1111
return (
1212
<h1
1313
className={twMerge(
14-
"text-5xl tracking-[-0.576px]",
14+
"text-white text-5xl tracking-[-0.576px]",
1515
props.className,
1616
manrope.className
1717
)}

0 commit comments

Comments
 (0)