mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
web: notesnook logo should be a link in checkout page
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user