Skip to content

Commit

Permalink
yeahhhh
Browse files Browse the repository at this point in the history
  • Loading branch information
tntons committed Mar 28, 2024
1 parent b3a8f0a commit e3bb65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/Shake.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function ShakeComponent({
<Image src={university == 'cu' ? "../shake/chula-logo.svg" : "../shake/tu-logo.svg"} alt="chula-logo" width={65} height={104} ></Image>
<h1 className="font-bold">{university == 'cu' ? '#ทีมจุฬาฯ' : '#ทีมมธ.'}</h1>
<p>ร่วมส่งพลังให้ทีมที่คุณเชียร์!</p>
<div onClick={() => setIsClicked(true)}>
<div onClick={() => {setIsClicked(true); onClick;}}>
{isClicked ? (
<Image src="../shake/pink-shake.svg" alt="pink-shake-icon" width={150} height={150}></Image>
) : (
Expand Down

0 comments on commit e3bb65f

Please sign in to comment.