Skip to content

Commit

Permalink
Reduce changelog modal size
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Jan 5, 2025
1 parent f7e212d commit 5a3b388
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions client/src/ui/modals/ChangelogModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,11 @@ import './ChangelogModal.scss';
function ChangelogModal() {
return (
<div className="changelog">
<h1 style={{fontSize: 30}}>What's new? (December 2024)</h1>
<li className='important'>WINTER UPDATE! Enjoy these additions to the game during this event:</li>
<br></br>
<ul>- New biomes and faster-spawning bosses!</ul>
<ul>- Stronger mobs that drop more coins!</ul>
<ul>- Winter-themed skins are on sale for much cheaper!</ul>
<ul>- Limited-time event skins that will go offsale after the winter event!</ul>
<ul>- Christmas + festive freebie skins! (The christmas skin is now offsale, but may return temporarily for gems)</ul>
<hr></hr>
<h1 style={{fontSize: 30}}>What's new? (Jan 2025)</h1>

<h1 style={{fontSize: 30, color: 'black'}} className='golden'>New feature: Mastery</h1>
<ul style={{fontSize: 27, color: 'yellow'}}>(Make an account to start earning MASTERY!)</ul>
<br></br>
<ul style={{fontSize: 17, color: 'orange'}}>- Get tons of coins in a single life to get more and more mastery! (This is the ONLY efficient way to earn mastery, and it may get you some scores on the Coins Leaderboard too!)</ul>
<br></br>
<ul style={{fontSize: 19, color: 'yellow'}}>- Climb the brand-new Mastery Leaderboard and become the master swordbattler!</ul>
<br></br>
<ul style={{fontSize: 19, color: 'orange'}}>- Use your mastery to unlock the new Ultimate Skins in the shop!</ul>
Expand Down

0 comments on commit 5a3b388

Please sign in to comment.