Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenni009 authored Feb 22, 2024
1 parent f416810 commit e4c8a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-viewer/src/components/common/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const Header: Component = () => {
<Container padding="2em 0 0 0">
<HStack justifyContent="space-between">
<Heading size="3xl">NMS Updates</Heading>
<BasicLink href="https://www.nomanssky.com/waypoint-update/" additionalClassNames="hidden-in-mobile">
<BasicLink href="https://www.nomanssky.com/omega-update/" additionalClassNames="hidden-in-mobile">
<Box border="2px solid" borderRadius="0.5em" padding="0.5em 1em">
<Text color="white">Latest Patch Notes</Text>
</Box>
Expand Down

0 comments on commit e4c8a79

Please sign in to comment.