Skip to content

Commit

Permalink
fix: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth-narayan-mishra committed Oct 25, 2024
1 parent d1622cd commit d9f75d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 35 deletions.
12 changes: 0 additions & 12 deletions .env.sample

This file was deleted.

2 changes: 2 additions & 0 deletions src/app/register/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ function Page() {
</UndertakingLink>
<PaymentPolicyInfo>
<Link href='/refundPolicy'>Please review the Payment Policy before registering.</Link>
<br />
(NOTE: Registration Fees + Conveniene Fees + GST will be applied)
</PaymentPolicyInfo>
<CampusAmbassador
handleChange={handleChange}
Expand Down
25 changes: 2 additions & 23 deletions src/config/content/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,36 +29,15 @@ export const secondcol = [
{
id: 1,
title: 'About US',
url: 'https://drive.google.com/file/d/1z2lSdyugt6fLWitAviynK55juQxd0jkb/view?usp=sharing',
},
{
id: 2,
title: 'Prizes',
url: 'https://drive.google.com/file/d/1kwkj8uHLu1PDOtLjf1HdVVuxZz8DMl9m/view?usp=sharing',
url: '/#aboutus',
},
{
id: 3,
title: 'Sponsors',
url: '/#sponsors',
},
{
id: 4,
title: 'FAQs',
url: 'https://drive.google.com/file/d/1XF11Db5JgnlxZWXu5MUOR4r-oKCcO3Kd/view?usp=sharing',
},
];
export const thirdcol = [
{
id: 1,
title: 'Event Brouchere',
url: 'https://drive.google.com/file/d/1jWXT8ShzBW5KTn50DrTsgSqLgmSJMwTO/view?usp=sharing',
},
{
id: 2,
title: 'Event Schedule',
url: 'https://drive.google.com/file/d/1dq7-cyXq_3VqDcx7liDbaRhOyFAXQzjf/view?usp=sharing',
},
];
export const thirdcol = [];

export const footerBottom = [
{
Expand Down

0 comments on commit d9f75d8

Please sign in to comment.