Skip to content

Commit ff2c813

Browse files
committed
design: 홈 페이지에서 새 이미지를 눌러도 랜덤응원메시지가 바뀌도록
1 parent 1d06c90 commit ff2c813

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/Home/components/RandomCheer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const RandomCheer = () => {
2525
src={randomCheerBird}
2626
alt="random cheer bird"
2727
className="h-[26.5px] w-[21px] opacity-80"
28+
onClick={() => setRandomCheer(getRandomCheer())}
2829
/>
2930
</div>
3031
);

0 commit comments

Comments
 (0)