diff --git a/src/components/header/Header.tsx b/src/components/header/Header.tsx index d395a2300..c512027c8 100644 --- a/src/components/header/Header.tsx +++ b/src/components/header/Header.tsx @@ -26,9 +26,7 @@ const Header = () => { Limited
  • - - RogueLike - + RogueLike
  • {isLoggedIn ? ( diff --git a/src/img/RoguelikeAnnouncement.webp b/src/img/RoguelikeAnnouncement.webp new file mode 100644 index 000000000..05e6fe2ce Binary files /dev/null and b/src/img/RoguelikeAnnouncement.webp differ diff --git a/src/routes/news/news.tsx b/src/routes/news/news.tsx index e8926fea8..6b4216650 100644 --- a/src/routes/news/news.tsx +++ b/src/routes/news/news.tsx @@ -1,18 +1,15 @@ import React from 'react'; +import RoguelikeAnnouncement from 'img/RoguelikeAnnouncement.webp'; const News = () => { return (

    News

    +

    Announcing Major Roguelike Update

    - If you encounter any issues or bugs please report them at the socials - linked below: -

    -

    - Talishar is looking for contributors! If you would like to contribute to - please drop us a message on discord, or on our github. +

    Please join our community:

    +

    Disclaimer:

    + 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
    ); };