File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 ) }
You can’t perform that action at this time.
0 commit comments