Skip to content

Commit

Permalink
Remove footer, seems unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
hakuzumon committed Aug 21, 2024
1 parent f1a362a commit e96b495
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/routes/index.tsx
Original file line number Diff line number Diff line change
@@ -40,8 +40,6 @@ export default function Home() {
</div>

<Affiliates></Affiliates>

<Footer></Footer>
</div>
);
}
@@ -96,16 +94,3 @@ function Affiliates() {
</div>
)
}

function Footer() {
const year = new Date().getFullYear();

return (
<div class="text-white/70 pt-8 pb-8 bg-stone-800/80">
<div class="space-y-16 m-16 font-light max-w-screen-md mx-auto text-center">
&copy; Evident Solutions Oy {year}
</div>
</div>
)
}

0 comments on commit e96b495

Please sign in to comment.