Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kemalgencay committed Jan 24, 2024
1 parent 58daf93 commit 17e4f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import Footer from "./Footer.tsx";

export default function layouts({ children }: any) {
return (
<div>
<div class="container mx-auto px-4">
<img src="/header1.jpg" />

<nav class="tw w-full px-4 py-3 bg-orange-800 text-white mb-10">
<nav class="tw w-full px-4 py-3 bg-blue-800 text-white mb-10">
<a class="tw mx-4" href="/">Ana sayfa</a>
<a class="tw mx-4" href="/hakkimda">Hakkımda</a>
<a class="tw mx-4" href="https://kemalblog.com" target="blank">
Expand Down

0 comments on commit 17e4f4c

Please sign in to comment.