Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit a83923c

Browse files
committed
feat: clean up page
1 parent 3ece4fa commit a83923c

File tree

4 files changed

+2
-23
lines changed

4 files changed

+2
-23
lines changed

website/src/components/NavbarPopper.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// WIP: Add Poppers under icons in navbar
12
<template>
23
<chakra.div h="100%" d="flex" mr="2">
34
<c-portal>

website/src/components/home/Footer.vue

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,10 @@
77
align-items="center"
88
:py="[4, 10, 10]"
99
bg="white"
10-
shadow="lg"
1110
>
1211
<chakra.p px="4">
1312
Designed and developed by the Chakra UI Vue core team.
1413
</chakra.p>
15-
<chakra.p px="4">
16-
Special thanks goes to these
17-
<chakra.a
18-
href="https://vue.chakra-ui.com/contributors"
19-
target="_blank"
20-
rel="noopener noreferrer"
21-
color="vue.600"
22-
>
23-
contributors
24-
</chakra.a>
25-
💚
26-
</chakra.p>
2714
</CFlex>
2815
</template>
2916

website/src/components/home/Hero.vue

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
:pt="{ base: '3rem', sm: '150px' }"
77
:px="[4, 10, 12]"
88
:pb="{ base: '3rem', sm: '0' }"
9-
:ml="[0, 10, 12]"
109
shadow="lg"
1110
>
1211
<chakra.div>
@@ -65,14 +64,6 @@
6564
Github
6665
</CButton>
6766
</CFlex>
68-
<chakra.img
69-
src="/src/assets/chakra-ui-vue-logo.svg#svgView(viewBox(0,0,150,190))"
70-
alt="Chakra UI Vue Logo"
71-
:w="{ base: '0', sm: '45%' }"
72-
pos="absolute"
73-
bottom="-7%"
74-
right="0"
75-
/>
7667
</chakra.header>
7768
</template>
7869

website/src/components/home/PilersHero.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
as="section"
44
:flex-dir="['column', 'column', 'row']"
55
font-family="body"
6-
:ml="[0, 10, 12]"
6+
:mx="[0, 10, 12]"
77
:py="[4, 10, 10]"
88
>
99
<chakra.div

0 commit comments

Comments
 (0)