Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
MycroftKang committed Dec 30, 2023
1 parent 190b878 commit c11a229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/suikaGame/intro/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const Intro = ({isVisible, handleGameStart}: IntroProps) => {
<button className={cx('btn')} onClick={onClick}>GAME START</button>
</div>

<a href={'https://github.com/koreacat/suika-game#readme'} target='_blank' className={cx('patchLink')}>패치노트</a>
{/* <a href={'https://github.com/koreacat/suika-game#readme'} target='_blank' className={cx('patchLink')}>패치노트</a> */}
<span className={cx('version')}>v1.0.5</span>
</div>
)
Expand Down

0 comments on commit c11a229

Please sign in to comment.