We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7b2ab2 + 782914a commit 0d20869Copy full SHA for 0d20869
1 file changed
src/pages/sok.tsx
@@ -292,11 +292,13 @@ export default function SignupPage() {
292
{t.sok.moreInfo}
293
</h2>
294
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>
+ <Link
+ className="flex flex-row items-center justify-center w-[175px] bg-cerise rounded-full h-[60px] mt-[30px] text-white text-center"
+ href="/pg26"
+ target="_blank"
+ >
300
+ {t.sok.search}
301
+ </Link>
302
</div>
303
304
);
0 commit comments