chore(server): email template minor styling (#11387)

This commit is contained in:
Alex
2024-07-26 21:58:48 -05:00
committed by GitHub
parent e1ac73718c
commit 3330885bcc
7 changed files with 10 additions and 19 deletions
+1 -10
View File
@@ -72,16 +72,7 @@ export const FutoLayout = ({ children, preview }: FutoLayoutProps) => (
<Section className="flex justify-center my-6">
<Link href="https://futo.org">
<Img
className="h-6"
src="https://futo.org/images/FutoMainLogo.svg"
alt="FUTO"
// style={{
// height: '24px',
// marginTop: '25px',
// marginBottom: '25px',
// }}
/>
<Img className="h-6" src="https://futo.org/images/FutoMainLogo.svg" alt="FUTO" />
</Link>
</Section>