Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export default function Footer() {
<Image src={kantegaLogo} alt="Kantega Logo" width={100} />
</div>
<div className="flex w-full flex-col items-center justify-center ">
<p>Poirot is developed by Kantega.</p>
<p>[email protected] - +47 930 60 301</p>
<p>Poirot is developed by Kantega. Get in touch</p>
<p>[email protected]</p>
</div>

<div className="flex w-full justify-center gap-4 py-10">
Expand Down