Skip to content

Commit

Permalink
Merge pull request #304 from Talishar/roguelike-announcement
Browse files Browse the repository at this point in the history
Roguelike announcement
  • Loading branch information
LaustinSpayce committed Apr 9, 2023
2 parents b2bdfbb + 7ff78c7 commit b6020ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
4 changes: 1 addition & 3 deletions src/components/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ const Header = () => {
<a href="https://www.draftfab.com/">Limited</a>
</li>
<li>
<span data-placement="bottom" data-tooltip="coming soon">
RogueLike
</span>
<a href="https://beta.talishar.net/game/Roguelike/CreateGame.php">RogueLike</a>
</li>
<li>
{isLoggedIn ? (
Expand Down
Binary file added src/img/RoguelikeAnnouncement.webp
Binary file not shown.
11 changes: 5 additions & 6 deletions src/routes/news/news.tsx
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
import React from 'react';
import RoguelikeAnnouncement from 'img/RoguelikeAnnouncement.webp';

const News = () => {
return (
<div>
<hgroup>
<h1>News</h1>
<h2>Announcing Major Roguelike Update</h2>
</hgroup>
<p>
If you encounter any issues or bugs please report them at the socials
linked below:
</p>
<p>
Talishar is looking for contributors! If you would like to contribute to
please drop us a message on discord, or on our github.
<a href='https://beta.talishar.net/game/Roguelike/CreateGame.php'><img src={RoguelikeAnnouncement} style={{width:"100%", height:"auto", maxHeight:"100%"}} /></a>
</p>
<p>Please join our community:</p>
<ul>
Expand All @@ -27,6 +24,8 @@ const News = () => {
</a>
</li>
</ul>
<p>Disclaimer:</p>
<small>Talishar is in no way affiliated with Legend Story Studios. Legend Story Studios®, Flesh and Blood™, and set names are trademarks of Legend Story Studios. Flesh and Blood characters, cards, logos, and art are property of Legend Story Studios. Talishar is a fan made project that may have bugs; game interactions and rulings are the jurisdiction of LSS and judges. Card Images © Legend Story Studios</small>
</div>
);
};
Expand Down

0 comments on commit b6020ea

Please sign in to comment.