Skip to content

Commit

Permalink
feat(logo): christmas edition
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustDev committed Dec 25, 2023
1 parent 4d8c3c2 commit a9bc07c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Binary file added public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 1 addition & 5 deletions src/app/components/Navigation/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +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-8 w-8"
src="https://tailwindui.com/img/logos/mark.svg?color=indigo&shade=300"
alt="Your Company"
/>
<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 a9bc07c

Please sign in to comment.