Skip to content

Commit

Permalink
Update Heading.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
iancheung0202 authored Dec 13, 2024
1 parent facf863 commit 38b37d1
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions src/app/(landing)/Heading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,30 +87,10 @@ export default function Heading() {
</a>
<span className="text-[#F47722] text-5xl">]</span>
<span className="text-5xl animate-wiggle ml-2">👈</span>
<span className="mt-1 text-sm italic">Limited T-shirts granted on first-come-first-serve basis! Sign up before December 31 to guarantee your swag!</span>
</div>

<style jsx>{`
.force-width {
width: 620px !important;
}
@keyframes wiggle {
0% {
transform: translateX(0);
}
50% {
transform: translateX(-5px);
}
100% {
transform: translateX(0);
}
}
.animate-wiggle {
animation: wiggle 0.5s ease-in-out infinite;
}
`}</style>
<div className="text-sm italic mt-1 flex gap-2 items-center">
<span>Limited T-shirts granted on first-come-first-serve basis! Sign up before December 31 to guarantee your swag!</span>
</div>
</section>
);
}

1 comment on commit 38b37d1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for gunnhacks11-0 ready!

✅ Preview
https://gunnhacks11-0-asq7rgzbo-daniel-kous-projects.vercel.app

Built with commit 38b37d1.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.