Skip to content

Commit

Permalink
fix logo (#35)
Browse files Browse the repository at this point in the history
* feature: new icon

* feature: new icon

* feature: flower (#31)

* fix: logo restored

* fix: logo path
  • Loading branch information
AugustDev committed May 16, 2024
1 parent 777146d commit e6a3879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Navigation/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const MainNavigation: FC<MainNavigationProps> = ({ child }) => {
<div className="flex h-16 items-center justify-between">
<div className="flex items-center">
<div className="flex-shrink-0">
<img className="h-9" src="./logo.png" alt="nf-shard" />
<img className="h-9" src="/logo.png" alt="nf-shard" />
</div>
<div className="hidden md:block">
<div className="ml-10 flex items-baseline space-x-4">
Expand Down

0 comments on commit e6a3879

Please sign in to comment.