Update favicon and enhance SiteHeader component with logo image for improved branding
All checks were successful
Deploy / deploy (push) Successful in 3m10s
BIN
src/app/apple-icon.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
src/app/favicon-for-app/apple-icon.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
src/app/favicon-for-app/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
1
src/app/favicon-for-app/icon0.svg
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
src/app/favicon-for-app/icon1.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
21
src/app/favicon-for-app/manifest.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "MyWebSite",
|
||||
"short_name": "MySite",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/web-app-manifest-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/web-app-manifest-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 15 KiB |
1
src/app/icon.svg
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
src/app/icon1.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
@@ -1,5 +1,5 @@
|
||||
import Image from "next/image";
|
||||
import Link from "next/link";
|
||||
import { GraduationCap } from "lucide-react";
|
||||
import { UserNav } from "@/components/user-nav";
|
||||
|
||||
const navLinks = [
|
||||
@@ -14,8 +14,16 @@ export function SiteHeader() {
|
||||
<div className="mx-auto flex h-16 max-w-6xl items-center justify-between gap-3 px-4">
|
||||
<Link
|
||||
href="/"
|
||||
className="group flex items-center gap-3 font-bricolage text-xl"
|
||||
className="group flex items-center font-bricolage text-xl"
|
||||
>
|
||||
<Image
|
||||
src="/kolay-tercih-mark.svg"
|
||||
alt=""
|
||||
width={44}
|
||||
height={44}
|
||||
aria-hidden="true"
|
||||
className="size-11 shrink-0"
|
||||
/>
|
||||
<span>
|
||||
<span className="font-light text-3xl tracking-tighter">Kolay</span>
|
||||
<span className="font-semibold text-3xl tracking-tighter">
|
||||
|
||||