Skip to content

Commit

Permalink
Merge pull request #120 from HackDavis/fix/removeOutdatedText
Browse files Browse the repository at this point in the history
Fix/remove outdated text
  • Loading branch information
Sauvikesh authored May 6, 2024
2 parents a352f42 + 2756485 commit afa91f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import styles from './Form.module.scss';
import { CiCalendar } from 'react-icons/ci';
// import { CiCalendar } from 'react-icons/ci';
import WordCycle from './_components/WordCycle';
import Link from 'next/link';
import Image from 'next/image';
import intelLogoCoHost from 'public/index/Sponsors/intel.png';
// import Image from 'next/image';
// import intelLogoCoHost from 'public/index/Sponsors/intel.png';

type FormLink = {
title: string;
Expand Down Expand Up @@ -55,28 +55,28 @@ export default function Form() {
<div className={styles.calendar_inner}>
<div className={styles.calendar_inner_intel}>
<span className={styles.calendar_inner_upper}>
Join us for{' '}
Apply to direct{' '}
<span className={styles.calendar_inner_upper_hackdavis}>
HackDavis 2024
HackDavis 2025
</span>
</span>
<span className={styles.intelCoHostText}>co-hosted by </span>
{/* <span className={styles.intelCoHostText}>co-hosted by </span>
<Image
src={intelLogoCoHost}
alt="Intel Logo"
className={styles.intelCoHostImage}
/>
/> */}
</div>

<div className={styles.calendar_inner_lower}>
{/* <div className={styles.calendar_inner_lower}>
<CiCalendar className={styles.calendar_inner_lower_icon} />
<span className={styles.calendar_inner_lower_text}>
April 27 - 28 @
<Link href={FormLinks.Location.url}>
<span>{FormLinks.Location.title}</span>
</Link>
</span>
</div>
</div> */}
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion app/(pages)/(index-page)/_components/Stats/Stats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function Stats() {
<div className={styles.button_container}>
<a href="mailto:[email protected]">
<div className={styles.button}>
<span>Sponsor 2024</span>
<span>Sponsor 2025</span>
</div>
</a>
</div>
Expand Down

0 comments on commit afa91f5

Please sign in to comment.