Skip to content

Commit 0d20869

Browse files
authored
Merge pull request #530 from datasektionen/2026-update-Website-26
new link at bottom sok
2 parents e7b2ab2 + 782914a commit 0d20869

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

src/pages/sok.tsx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -292,11 +292,13 @@ export default function SignupPage() {
292292
{t.sok.moreInfo}
293293
</h2>
294294

295-
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfc8vCKFG_EKLtRIetKtcsYDKNkKMK1DXZBUzpVK357Sm7KlA/viewform" target="_blank">
296-
<button className="w-[175px] bg-cerise rounded-full h-[60px] mt-[30px]">
297-
<p className="text-white text-center">{t.sok.search}</p>
298-
</button>
299-
</a>
295+
<Link
296+
className="flex flex-row items-center justify-center w-[175px] bg-cerise rounded-full h-[60px] mt-[30px] text-white text-center"
297+
href="/pg26"
298+
target="_blank"
299+
>
300+
{t.sok.search}
301+
</Link>
300302
</div>
301303
</div>
302304
);

0 commit comments

Comments
 (0)