diff --git a/src/components/branding-assets.tsx b/src/components/branding-assets.tsx index 5100b07..e04905e 100644 --- a/src/components/branding-assets.tsx +++ b/src/components/branding-assets.tsx @@ -16,7 +16,7 @@ export function BrandingAssets() {
{LOGO_COLORS.map((color) => (
- {`Zen + {`Zen
{LOGO_COLORS.map((color) => (
- {`Zen + {`Zen
@@ -207,7 +207,7 @@ export default function Features() {
What makes Zen Browser different?
- +
@@ -233,7 +233,7 @@ export default function Features() { @@ -243,7 +243,7 @@ export default function Features() { @@ -382,21 +382,21 @@ export default function Features() {
browser Image diff --git a/src/components/logo.tsx b/src/components/logo.tsx index 685fa44..c986f9e 100644 --- a/src/components/logo.tsx +++ b/src/components/logo.tsx @@ -14,7 +14,7 @@ export default function Logo({ withText, ...props }: any) { }, []); return (
- + {withText && zen}
);