Skip to content

Commit

Permalink
Merge pull request #1033 from adib-yg/v1.3.1.2748-announcement
Browse files Browse the repository at this point in the history
Update web announcement
  • Loading branch information
AmyrAhmady authored Aug 18, 2024
2 parents 8217bfa + c7f355b commit c4c9ef9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions frontend/src/components/site/Announcement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,19 @@ const Announcement: FC = () => {
backgroundColor={useColorModeValue("blue.50", "gray.800")}
>
<Heading m="0" fontSize="1.5em">
open.mp launcher is out now and open source!
A new version of open.mp server and launcher is out now!
</Heading>

<Text>
open.mp released its own launcher to browse servers using a reliable
internet list and join your favorite servers!{" "}
<a href="https://github.com/openmultiplayer/launcher">
check out our github repository
Version 1.3.1.2748 of open.mp server is finally out, there has been a lot
of fixes, bunch of performance improvements, and a few additions!{" "}
<a href="https://www.open.mp/docs/changelog">
Check out the changelog.
</a>{" "}
<br />
Our launcher also received a new update and more features!{" "}
<a href="https://github.com/openmultiplayer/launcher/releases/latest">
Download it from here.
Check out the changelog and download it from here.
</a>{" "}
</Text>
</Box>
Expand Down

0 comments on commit c4c9ef9

Please sign in to comment.