Skip to content

Commit

Permalink
update links in main
Browse files Browse the repository at this point in the history
  • Loading branch information
atiqurx committed Mar 19, 2024
1 parent 66c1bb8 commit 6f4f498
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions components/homeComponents/HomeHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,21 +89,21 @@ export default function HomeHero() {
<div className="relative flex flex-col items-center md:flex-row md:justify-around px-44 md:space-y-0 space-y-3 z-9 w-full">
{/* Button 1 */}
<button
onClick={() => router.push('/apply')}
onClick={() => router.push('/auth')}
className="max-w-[14rem] w-[14rem] md:max-w-full backdrop-blur-sm bg-customBackground/30 py-4 rounded-xl h-10 flex items-center justify-center font-semibold text-xl text-primaryDark border-2 border-gray-300 custom-font"
>
Apply
</button>
{/* Button 2 */}
<button
onClick={() => router.push('/discord')}
onClick={() => {window.open('https://discord.gg/Ypfa6zXCJ9', '_blank');}}
className="max-w-[14rem] w-[14rem] md:max-w-full backdrop-blur-sm bg-customBackground/30 py-4 rounded-xl h-10 flex items-center justify-center font-semibold text-xl text-primaryDark border-2 border-gray-300 custom-font"
>
Discord
</button>
{/* Button 3 */}
<button
onClick={() => router.push('/devpost')}
onClick={() => {window.open('https://uta-datathon-2024.devpost.com/', '_blank');}}
className="max-w-[14rem] w-[14rem] md:max-w-full backdrop-blur-sm bg-customBackground/30 py-4 rounded-xl h-10 flex items-center justify-center font-semibold text-xl text-primaryDark border-2 border-gray-300 custom-font"
>
Dev Post
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hackportal",
"name": "uta_datathon_2024",
"version": "1.0.0",
"private": true,
"scripts": {
Expand Down

0 comments on commit 6f4f498

Please sign in to comment.