Skip to content

Commit

Permalink
lfg
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Nov 17, 2024
1 parent 89d54a6 commit f55378c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 14 deletions.
1 change: 1 addition & 0 deletions components/docs/layouts/navbar/navbar-current-demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default function NavbarCurrentDemo() {
</Navbar.Flex>
</Navbar.Flex>
</Navbar.Compact>
<Navbar.Inset>{/* your main content */}</Navbar.Inset>
</Navbar>
)
}
4 changes: 1 addition & 3 deletions components/docs/layouts/navbar/navbar-floating-demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ export default function NavbarFloatingDemo() {
</Navbar.Flex>
</Navbar.Flex>
</Navbar.Compact>
{/*<Navbar.Inset>*/}
{/* <Heading>Home</Heading>*/}
{/*</Navbar.Inset>*/}
<Navbar.Inset>{/* your main content */}</Navbar.Inset>
</Navbar>
)
}
4 changes: 0 additions & 4 deletions components/docs/layouts/navbar/navbar-icon-demo.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {
IconBag2,
IconBrandApple,
IconBrandGithub,
IconBrandJustd,
IconChart3,
IconChevronLgDown,
Expand Down Expand Up @@ -39,9 +38,6 @@ export default function NavbarIconDemo() {
<Navbar.Item href="https://getjustd.com/charts">
<IconChart3 /> Charts
</Navbar.Item>
<Navbar.Item href="https://git.new/justd">
<IconBrandGithub /> Github
</Navbar.Item>
</Navbar.Section>
</Navbar.Nav>
<Navbar.Compact>
Expand Down
6 changes: 2 additions & 4 deletions components/docs/layouts/navbar/navbar-intent-demo.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use client"

import { IconBag2, IconBrandApple, IconSearch } from "justd-icons"
import { Button, Heading, Navbar } from "ui"
import { Button, Container, Heading, Navbar } from "ui"

export default function NavbarIntentDemo() {
return (
Expand Down Expand Up @@ -34,9 +34,7 @@ export default function NavbarIntentDemo() {
</Navbar.Flex>
</Navbar.Flex>
</Navbar.Compact>
<Navbar.Inset>
<Heading>Home</Heading>
</Navbar.Inset>
<Navbar.Inset>{/* your main content */}</Navbar.Inset>
</Navbar>
)
}
4 changes: 1 addition & 3 deletions components/docs/layouts/navbar/navbar-logo-demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ export default function NavbarLogoDemo() {
</Navbar.Flex>
</Navbar.Flex>
</Navbar.Compact>
{/*<Navbar.Inset>*/}
{/* <Heading>Home</Heading>*/}
{/*</Navbar.Inset>*/}
<Navbar.Inset>{/* your main content */}</Navbar.Inset>
</Navbar>
)
}

0 comments on commit f55378c

Please sign in to comment.