Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
govinda777 committed Nov 30, 2024
1 parent 21a16b8 commit 0ce9fa3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Binary file added public/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Navbar: React.FC = () => {
return (
<Header>
<Logo>
<img src="assets/logo.svg" alt="Xperience" />
<img src="public/logo.svg" alt="Xperience" />
</Logo>
<Nav>
<a href="#">Soluções</a>
Expand Down

0 comments on commit 0ce9fa3

Please sign in to comment.