Wire landing page REGISTER NOW CTA to external Google Form#31
Merged
HenriqueSFernandes merged 2 commits intoMay 7, 2026
Merged
Conversation
Agent-Logs-Url: https://github.com/acmfeup/CTF-Website/sessions/d600ae6d-8a4e-4b04-97bc-7ca891526ec3 Co-authored-by: HenriqueSFernandes <85371550+HenriqueSFernandes@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update landing page register button to redirect to Google Forms
Wire landing page REGISTER NOW CTA to external Google Form
May 7, 2026
HenriqueSFernandes
approved these changes
May 7, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Wires the landing page’s primary CTA so participants can actually reach the external registration form, keeping the existing Button component and client-component behavior intact.
Changes:
- Replaced the previous no-op
onClickhandler on theREGISTER NOWbutton with awindow.opencall to the Google Form. - Opens the registration link in a new tab using
noopener,noreferrer.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the landing page CTA so
REGISTER NOWactually routes participants to the registration form, while preserving the existing button styling/component usage and client-component behavior.CTA behavior update
src/app/page.tsxwith an external navigation handler to:https://forms.gle/GsPPQqYJ9RdNvbLCAnoopener,noreferrer).Minimal file-local cleanup
src/app/page.tsx.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
fonts.googleapis.com/usr/local/bin/node /usr/local/bin/node /home/REDACTED/work/CTF-Website/CTF-Website/node_modules/next/dist/compiled/jest-worker/processChild.js(dns block)/usr/local/bin/node /usr/local/bin/node /home/REDACTED/work/CTF-Website/CTF-Website/node_modules/next/dist/server/lib/start-server.js(dns block)workers.cloudflare.com/usr/local/bin/node node /home/REDACTED/work/CTF-Website/CTF-Website/node_modules/.bin/next build(dns block)/usr/local/bin/node /usr/local/bin/node /home/REDACTED/work/CTF-Website/CTF-Website/node_modules/next/dist/compiled/jest-worker/processChild.js(dns block)/usr/local/bin/node node /home/REDACTED/work/CTF-Website/CTF-Website/node_modules/.bin/next dev --turbopack --hostname 0.0.0.0 --port 3000(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
This pull request was created from Copilot chat.