Skip to content

Commit

Permalink
🎨 Improve format of the code
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikEight committed Aug 7, 2024
1 parent 5f40841 commit 3c6847c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Popups/CreditsPopup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ function CreditsPopup() {
<CreditEntry title={'Muledump (Tadus Fork)'} url={'https://github.com/TadusPro/muledump'} image={'muledump.png'} />
<CreditEntry title={'Muledump-Asset-Compiler'} url={'https://github.com/jakcodex/muledump-asset-compiler'} image={'muledump-asset-compiler.png'} />
<Typography variant="body1" color="textSecondary">
A Special <b>THANKS</b> goes to these legends:
A Special <b>THANKS</b> goes to these legends
</Typography>

<SpecialThanks>
<ThanksLink title={'Jakcodex'} url={'https://github.com/jakcodex'} />
for his muledump fork and the asset compiler.
Expand Down

0 comments on commit 3c6847c

Please sign in to comment.