File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ export const HeroSection = () => {
105105 < StyledHeroSectionBody >
106106 < Stack flex = "1" miw = { 250 } mx = "auto" align = "center" >
107107 < Link href = "https://todiagram.com?ref=jsoncrack.com" >
108- < Flex fz = "sm" c = "gray.8" gap = "8" align = "center" >
108+ < Flex justify = "center" fz = "sm" c = "gray.8" gap = "8" align = "center" >
109109 built by
110110 < Image src = "/assets/todiagram_logo.png" alt = "Todiagram Logo" h = { 14 } />
111111 </ Flex >
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ export const LovedBy = ({ stars }: LovedByProps) => {
9191 < Image
9292 src = "https://todiagram.com/logo.svg"
9393 alt = "Todiagram Logo"
94+ w = { 14 }
9495 h = { 14 }
9596 style = { { filter : "brightness(0) saturate(100%) invert(100%)" } }
9697 />
You can’t perform that action at this time.
0 commit comments