clubgamma / club-gamma-frontend

This is the official frontend repo of club gamma website.
https://clubgamma.vercel.app
MIT License
0 stars 24 forks source link

Register button not working on hero section, redirect to hacktoberfest in new tab #8

Closed jalaym825 closed 1 week ago

jalaym825 commented 1 week ago

Description:

The "Register" button in the hero section of the website is currently not functioning. This button should redirect users to https://hacktoberfest.com/auth/ in a new tab when clicked.

Tasks:

  1. Fix the Register Button:

    • Ensure the button is clickable.
    • The button should open https://hacktoberfest.com/auth/ in a new tab.
  2. Behavior:

    • Use target="_blank" to open the link in a new tab.