Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
YoctoProductions committed Dec 25, 2024
1 parent 8602b94 commit 24005e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions client/src/ui/modals/ChangelogModal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
font-size: 20px;
}

.important {
font-size: 45px;
}

.primary-link {
color: rgb(128, 119, 255);
text-decoration: underline;
Expand Down
6 changes: 4 additions & 2 deletions client/src/ui/modals/ChangelogModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ function ChangelogModal() {
<br></br>
<ul>(Credit to A-Bot, cool guy 53, and Battleship)</ul>
<hr></hr>
<h1 style={{fontSize: 25}}>Winter Event (Part 3)</h1>
<li>- Reworked Evolutions! (P.S. - you can also press G to use your ability!)</li>
<h1 style={{fontSize: 25}}>Winter Event (Part 4)</h1>
<li className='important'>- CHRISTMAS SKIN! GET THE SKIN FOR FREE BEFORE IT GOES OFFSALE!</li>
<ul>- Reworked Evolutions! (P.S. - you can also press G to use your ability!)</ul>
<ul>- Balanced upgrades and levels!</ul>
<ul>- New shop organization!</ul>
<ul>- New logo!</ul>
<br></br>
<a className="primary-link" target="_blank" href="https://discord.com/invite/9A9dNTGWb9">- Join the Swordbattle Discord to give feedback on this update and help us improve it!</a>
</div>
Expand Down

0 comments on commit 24005e0

Please sign in to comment.