Skip to content

Commit

Permalink
fixed linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJ104 committed Sep 25, 2024
1 parent 987c8b7 commit fc33ef9
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function Form() {
Welcome! With 900+ participants, HackDavis is one of the largest
collegiate hackathons in California.{' '}
</p>
{/* <div className="tw-flex tw-flex-col tw-gap-2">
<div className="tw-flex tw-hidden tw-flex-col tw-gap-2">
<div className="tw-flex tw-items-start tw-gap-2 md:tw-items-center">
<LucideCalendar size={20} />
<p className="sm:tw-text-xl">
Expand All @@ -60,11 +60,11 @@ export default function Form() {
</button>
</div>
</form>
</div> */}
</div>
<div className="">
<a
<a
href="https://form.typeform.com/to/WhphTCxw?utm_source=xxxxx"
target='_blank'
target="_blank"
>
<button
type="button"
Expand Down

0 comments on commit fc33ef9

Please sign in to comment.