Skip to content

Commit

Permalink
fix: removed test link
Browse files Browse the repository at this point in the history
  • Loading branch information
Joesph Chrysanthopoulos authored and Joesph Chrysanthopoulos committed Mar 30, 2022
1 parent 896c5ae commit 129c9e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions src/components/Navbar.tsx

This file was deleted.

4 changes: 2 additions & 2 deletions src/pages/NavbarPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const NavbarPage: FC = () => {
title: 'Default Navbar',
code: (
<Navbar>
<Navbar.Brand href="https://www.joeysapps.com/">
<Navbar.Brand href="https://flowbite.com/">
<img src="https://flowbite.com/docs/images/logo.svg" className="mr-3 h-6 sm:h-9" alt="Flowbite Logo" />
<span className="self-center whitespace-nowrap text-xl font-semibold dark:text-white">Flowbite</span>
</Navbar.Brand>
Expand Down Expand Up @@ -67,7 +67,7 @@ const NavbarPage: FC = () => {
title: 'Navbar with CTA button',
code: (
<Navbar>
<Navbar.Brand>
<Navbar.Brand href="https://flowbite.com/">
<img src="https://flowbite.com/docs/images/logo.svg" className="mr-3 h-6 sm:h-9" alt="Flowbite Logo" />
<span className="self-center whitespace-nowrap text-xl font-semibold dark:text-white">Flowbite</span>
</Navbar.Brand>
Expand Down

0 comments on commit 129c9e2

Please sign in to comment.