Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
oyepriyansh committed Aug 19, 2024
1 parent ca70c47 commit 3641e9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ export const metadata: Metadata = {
const header = (
<header>
<div className="text-center bg-gray-800 p-8 my-6 rounded-md shadow-lg">
<Link href="../">
<Link href="/blog">
<Image
alt="logo"
src="/logo.png"
src="/blog/logo.png"
width={50}
height={50}
className="mx-auto"
Expand All @@ -32,7 +32,7 @@ const header = (

const footer = (
<footer className="border-t border-gray-600 mt-12 py-6 text-center text-gray-500">
<Link href="/">
<Link href="https://github.com/PriyanshOrg" target="_blank">
<h3 className="hover:text-purple-400">Priyansh Development</h3>
</Link>
</footer>
Expand Down

0 comments on commit 3641e9e

Please sign in to comment.