Optimized images and linting
This commit is contained in:
+9
-2
@@ -2,10 +2,17 @@
|
||||
|
||||
import Navbar from './components/Navbar';
|
||||
import './globals.css';
|
||||
import Link from 'next/link';
|
||||
|
||||
export const metadata = {
|
||||
title: 'Soderberg Tech',
|
||||
description: 'William Söderberg, Technical high school engineer from Höganäs, Sweden',
|
||||
icons: {
|
||||
icon: '/assets/logos/logo.svg',
|
||||
shortcut: '/assets/logos/logo.svg',
|
||||
apple: '/assets/logos/logo.svg',
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -24,9 +31,9 @@ export default function RootLayout({
|
||||
|
||||
<footer className="w-full relative z-50 mt-auto border-t border-white/5">
|
||||
<div className="bg-[#0d1117] flex justify-center items-center h-10">
|
||||
<a className="text-[#a0aab6] no-underline flex font-medium items-center hover:text-white transition-colors text-sm tracking-widest uppercase" href="/">
|
||||
<Link className="text-[#a0aab6] no-underline flex font-medium items-center hover:text-white transition-colors text-sm tracking-widest uppercase" href="/">
|
||||
© William Söderberg {new Date().getFullYear()}
|
||||
</a>
|
||||
</Link>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user