Skip to content

Commit

Permalink
Happy MST Launch day!
Browse files Browse the repository at this point in the history
  • Loading branch information
PvtVoid committed May 30, 2024
1 parent ee87a8a commit e3f5756
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/routes/index/Index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,7 @@
order: 3;
}
}

.headlines {
text-align: center;
}
8 changes: 6 additions & 2 deletions src/routes/news/news.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
import React from 'react';
import RoguelikeAnnouncement from 'img/RoguelikeAnnouncement.webp';
import MSTLogo from '../../img/backgrounds/part_the_mistveil_key_art.jpg';
import styles from '../index/Index.module.css';

const News = () => {
return (
<div>


<h4 className={styles.headlines}>Happy Part the Mistveil launch!
<br></br>MST cards and heroes are now available in every format!🥳</h4>
<img src={MSTLogo} className={styles.logo} />
<br></br>
<p>Please join our community:</p>
<ul>
<li>
Expand Down

0 comments on commit e3f5756

Please sign in to comment.