Change Klaviyo icon to K

This commit is contained in:
Lukasz Ostrowski 2023-02-09 15:57:53 +01:00
parent 96fc53d6c3
commit 260a57c6fc

View file

@ -21,7 +21,7 @@ export function AppIcon() {
return (
<div className={styles.appIconContainer}>
<div>
<Typography variant="h2">S</Typography>
<Typography variant="h2">K</Typography>
</div>
</div>
);