web: notesnook logo should be a link in checkout page

This commit is contained in:
Abdullah Atta
2025-09-26 22:36:25 +05:00
parent af91a6ee98
commit 9052948b8a

View File

@@ -138,21 +138,23 @@ function Checkout() {
px: 2
}}
>
<Flex sx={{ alignItems: "center", justifyContent: "center", gap: 2 }}>
<svg
style={{
borderRadius: "default",
height: 50,
width: 30,
alignSelf: "start"
}}
>
<use href="#full-logo" />
</svg>
<Text variant="heading" sx={{ fontSize: 20 }}>
Notesnook
</Text>
</Flex>
<a href="/" style={{ textDecoration: "none" }}>
<Flex sx={{ alignItems: "center", justifyContent: "center", gap: 2 }}>
<svg
style={{
borderRadius: "default",
height: 50,
width: 30,
alignSelf: "start"
}}
>
<use href="#full-logo" />
</svg>
<Text variant="heading" sx={{ fontSize: 20 }}>
Notesnook
</Text>
</Flex>
</a>
<Button
variant="secondary"
sx={{ display: "flex", alignItems: "center", gap: 1 }}