Skip to content

Commit 4029ce6

Browse files
committed
fix: toukir username, faq
1 parent f83ecbf commit 4029ce6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/faq/page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ const faqs = [
3030
{
3131
question:
3232
"A member/few members of my team canceled at the last minute. Can I still hack?",
33-
answer:
34-
"Kindly open the #organizer-ticket on Discord and let the organizers know as soon as possible, so that we can try to make necessary next steps.",
33+
answer: `Kindly open the #organizer-ticket on our <a href="https://discord.hackthisfall.tech" target="_blank">Discord Server</a> and let the organizers know as soon as possible, so that we can try to make necessary next steps.`,
3534
},
3635
{
3736
question: "What are the arrangements for hackers?",

app/humans/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ const humansMapping: humansMappingType[] = [
423423
{
424424
name: "Toukir Khan",
425425
image: "/assets/humans/team/toukir.jpeg",
426-
link: "https://twitter.com/_toukirkhan_",
426+
link: "https://twitter.com/toukirkhan_",
427427
},
428428
{
429429
name: "Vishwa Mehta",

0 commit comments

Comments
 (0)