Skip to content

Commit

Permalink
Various updates (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvecera authored Mar 30, 2024
1 parent fa7b4c8 commit b63d8ec
Show file tree
Hide file tree
Showing 5 changed files with 359 additions and 345 deletions.
2 changes: 1 addition & 1 deletion components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const Footer: React.FC = () => {
<Container size={"lg"}>
<Group position="apart">
<Text color="dimmed" size="sm">
© 2023 COH3stats.com,{" "}
© 2024 COH3stats.com,{" "}
<Tooltip
multiline
width={200}
Expand Down
1 change: 1 addition & 0 deletions pages/desktop-app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ const App: NextPage = ({ downloadURL, downloadCount, version }: any) => {
</List.Item>
<List.Item>Explore intricate player leaderboard statistics</List.Item>
<List.Item>Receive optional sound notifications upon joining a game</List.Item>
<List.Item>Auto upload replays to the cloud for additional analysis</List.Item>
<List.Item>
<Anchor href={"https://obsproject.com/"} target={"_blank"}>
OBS
Expand Down
Loading

0 comments on commit b63d8ec

Please sign in to comment.