File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,6 @@ interface NavItem {
2525}
2626
2727const 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"
Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments