Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 Additional announcement update #13

Merged
merged 1 commit into from
Mar 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion src/constant/updates.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ export const announceContentKo = (
<div className="announce">
<span>1. 배포 캐릭터의 VC 글래스터를 추가했습니다.</span>
<br />
<span>2. 글래스터 체크 메뉴 이름을 명확하게 변경했습니다.</span>
<br />
<span>
3. 셀렉트 박스를 통해 다른 페이지로 이동할 수 있도록 변경했습니다.
</span>
<br />
<span>4. 기타 수정 및 조정</span>
<br />
<p>Version : {version}</p>
<br />
<a href="https://aecheck.tistory.com/" target="_blank" rel="noreferrer">
Expand All @@ -30,7 +38,11 @@ export const announceContentEN = (
<div className="announce">
<span>1. Added VC Grasta for free characters</span>
<br />
<span>2. Fixed some translations</span>
<span>2. Changed the grasta menu name to "VC Grasta".</span>
<br />
<span>3. Added feature to navigate to other pages by select box.</span>
<br />
<span>4. Other tranlation and minor fixes</span>
<br />
<p>Version : {version}</p>
<br />
Expand Down