fixed nove logo, pridal som our achievements a fotečku do ramečku

todo:about us, blog
This commit is contained in:
Noble
2025-01-21 20:28:46 +01:00
parent 5e85ec29a7
commit bb169a22e8
8 changed files with 54 additions and 33 deletions

View File

@@ -25,6 +25,7 @@ import {
SearchIcon,
Logo,
} from "@/components/icons";
import {Image} from "@heroui/image";
export const Navbar = () => {
const searchInput = (
@@ -53,7 +54,11 @@ export const Navbar = () => {
<NavbarContent className="basis-1/5 sm:basis-full" justify="start">
<NavbarBrand className="gap-3 max-w-fit">
<NextLink className="flex justify-start items-center gap-1" href="/">
<Logo />
<Image
src="/coloradl.svg"
className="size-7"
>
</Image>
<p className="font-bold text-inherit">Adlerka Space Program</p>
</NextLink>
</NavbarBrand>