Updated the success page

This commit is contained in:
Tiago Ribeiro
2023-10-13 20:46:15 +01:00
parent c10ffa7f42
commit 1a588b3cb6
3 changed files with 41 additions and 6 deletions

View File

@@ -20,7 +20,9 @@ export default function Home() {
return (
<main className="h-screen w-full bg-white text-mti-black flex flex-col">
<header className="w-full px-11 py-3 flex justify-between items-center">
<Image src="/logo_title.png" alt="EnCoach logo" width={69} height={69} />
<Link href="/">
<Image src="/logo_title.png" alt="EnCoach logo" width={69} height={69} />
</Link>
<div className="flex gap-8 items-center w-fit">
<Link href="/" className="border-b-2 border-b-mti-purple-light transition ease-in-out duration-300">
Home