Skip to content

Commit fc54940

Browse files
committed
fix(homepage):connected to other pages and fixed broken links
1 parent 8cf3386 commit fc54940

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/components/home/QuickActions.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const QuickActions = () => {
1919
},
2020
{
2121
text: "Lost & Found",
22-
onClick: () => (window.location.href = "/lost-and-found"),
22+
onClick: () => (window.location.href = "/lost"),
2323
},
2424
{
2525
text: "SGPA Calculator",
@@ -30,7 +30,7 @@ export const QuickActions = () => {
3030
text: "Hackathon",
3131
onClick: () =>
3232
window.open(
33-
"https://codecompasss.github.io/code_compass_india/repeto",
33+
"https://devpost.com/hackathons",
3434
"_blank",
3535
"noopener,noreferrer",
3636
),
@@ -45,8 +45,8 @@ export const QuickActions = () => {
4545
),
4646
},
4747
{
48-
text: "Academic Calendar",
49-
onClick: () => alert("Academic Calendar feature coming soon!"),
48+
text: "Project Collobaration",
49+
onClick: () => alert("Project Collobaration feature coming soon!"),
5050
},
5151
{
5252
text: "Club",
@@ -61,10 +61,10 @@ export const QuickActions = () => {
6161
onClick: () => alert("Private Hostel information coming soon!"),
6262
},
6363
{
64-
text: "Scholarships",
64+
text: "Repeto",
6565
onClick: () =>
6666
window.open(
67-
"https://codecompasss.github.io/code_compass_india/repeto",
67+
"https://codecompasss.github.io/repeto/",
6868
"_blank",
6969
"noopener,noreferrer",
7070
),
@@ -73,7 +73,7 @@ export const QuickActions = () => {
7373
text: "Project Showcase",
7474
onClick: () =>
7575
window.open(
76-
"https://codecompasss.github.io/gecian_archive/",
76+
"https://codecompasss.github.io/project_archive/",
7777
"_blank",
7878
"noopener,noreferrer",
7979
),

0 commit comments

Comments
 (0)