diff --git a/frontend/src/app/components/DeerhackStats/CardLarge.tsx b/frontend/src/app/components/DeerhackStats/CardLarge.tsx index 8f98984..9b5ffbb 100644 --- a/frontend/src/app/components/DeerhackStats/CardLarge.tsx +++ b/frontend/src/app/components/DeerhackStats/CardLarge.tsx @@ -39,7 +39,7 @@ export default function CardLarge(): ReactElement {
- 80% + 75%
{/* Decrease Stat */} {/*
@@ -62,13 +62,13 @@ export default function CardLarge(): ReactElement {
- 20% + 25%
{/* Increase Stat */}

- 5% + 10%

@@ -76,4 +76,4 @@ export default function CardLarge(): ReactElement { ); -} \ No newline at end of file +} diff --git a/frontend/src/app/components/DeerhackStats/CardMedium.tsx b/frontend/src/app/components/DeerhackStats/CardMedium.tsx index a712ba8..a54877d 100644 --- a/frontend/src/app/components/DeerhackStats/CardMedium.tsx +++ b/frontend/src/app/components/DeerhackStats/CardMedium.tsx @@ -9,14 +9,14 @@ export default function CardMedium() { {/* Mobile View */}

Total

-

1830+

+

3840+

Applicants

{/* DeskTop View */}

Total Applicants

-

1830+

+

3840+

diff --git a/frontend/src/app/components/Navbar/Navbar.tsx b/frontend/src/app/components/Navbar/Navbar.tsx index db5be8f..43fff31 100644 --- a/frontend/src/app/components/Navbar/Navbar.tsx +++ b/frontend/src/app/components/Navbar/Navbar.tsx @@ -127,7 +127,7 @@ const Navbar = () => { Selection Criteria -
  • + {/*
  • { Judging Criteria
  • + */} + {/* Hidden Judging Criteria */}
  • { {isResourceOpen && (
    diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..8e76030 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "deerhack26", + "lockfileVersion": 3, + "requires": true, + "packages": {} +}