Skip to content

Commit

Permalink
Changelog change
Browse files Browse the repository at this point in the history
  • Loading branch information
YoctoProductions committed Jan 7, 2025
1 parent ca3d3a3 commit b159e8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/ui/modals/ChangelogModal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}

.primary-link {
color: rgb(128, 119, 255);
color: rgb(119, 162, 255);
text-decoration: underline;
font-size: 120%;
font-weight: bold;
Expand Down
2 changes: 2 additions & 0 deletions client/src/ui/modals/ChangelogModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ function ChangelogModal() {
<br></br>
<ul style={{fontSize: 19, color: 'yellow'}}>- Climb the brand-new Mastery Leaderboard and become the master swordbattler!</ul>
<ul style={{fontSize: 19, color: 'orange'}}>- Use your mastery to unlock the new Ultimate Skins in the shop!</ul>
<br></br>
<p style={{fontSize: 17, color: 'lightblue'}}>If you want more info on the winter update and mastery update (plus see other updates you may have missed), join the <a href="https://discord.com/invite/9A9dNTGWb9" className="primary-link" target="_blank" rel="nofollow">Swordbattle.io Discord Server</a>!</p>
</div>

);
Expand Down

0 comments on commit b159e8d

Please sign in to comment.