Skip to content

Commit e5b2d86

Browse files
committed
remove docs link
1 parent aa977d4 commit e5b2d86

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

ui/src/pages/Home/Nav.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ interface NavItem {
2525
}
2626

2727
const NAV_ITEMS: Array<NavItem> = [
28-
{
29-
label: "Document",
30-
href: "#",
31-
},
3228
{
3329
label: "Github",
3430
href: "#",
@@ -142,7 +138,7 @@ export function WithSubnavigation() {
142138
direction="row"
143139
spacing={6}
144140
>
145-
<Button
141+
{/* <Button
146142
as="a"
147143
display={{ base: "none", md: "inline-flex" }}
148144
fontSize="sm"
@@ -151,7 +147,7 @@ export function WithSubnavigation() {
151147
href="#"
152148
>
153149
Document
154-
</Button>
150+
</Button> */}
155151
<Button
156152
as="a"
157153
fontSize="sm"

ui/src/pages/Home/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ export default function CallToActionWithIllustration() {
862862
<Stack spacing={6} direction="row">
863863
<RouterLink to="signin">
864864
<Button rounded="full" px={6} colorScheme="primary">
865-
ui
865+
Login
866866
</Button>
867867
</RouterLink>
868868
<RouterLink to="signup">

0 commit comments

Comments
 (0)