Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update web announcement #1033

Merged
merged 1 commit into from
Aug 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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