add hand wave animation

This commit is contained in:
Brandon Egger
2023-04-13 00:27:02 -05:00
parent 321bedcee9
commit 97d29309e0
2 changed files with 8 additions and 6 deletions

View File

@ -70,7 +70,7 @@ const About: NextPage = () => {
<div className="block sm:hidden w-full bg-neutral-900 p-4">
<h1 className="text-white text-4xl font-bold text-center">
Meet the Team
<HandRaisedIcon className="ml-4 rotate-12 text-yellow-200 inline w-12 animate-hand_wave"/>
<HandRaisedIcon className="ml-4 rotate-12 text-yellow-200 inline w-12 animate-hand_wave animate-hand_pop"/>
</h1>
</div>
{/** Large screens */}