Skip to content

Commit

Permalink
Shorten info alert
Browse files Browse the repository at this point in the history
  • Loading branch information
ButterscotchV committed Sep 18, 2024
1 parent cb92c64 commit b761def
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions bingus-frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,8 @@ function App() {
<Stack spacing={1} direction="row" sx={{ my: 2 }}>
<Alert variant="outlined" severity="info" sx={{ flexGrow: 1 }}>
<Typography>
This site may not provide up-to-date information. If you need any
further help, join the SlimeVR Discord at{" "}
<Link href="https://discord.gg/SlimeVR">
https://discord.gg/SlimeVR
</Link>
Information may not be up-to-date. If you need further help, join
the <Link href="https://discord.gg/SlimeVR">SlimeVR Discord</Link>
.
</Typography>
</Alert>
Expand Down

0 comments on commit b761def

Please sign in to comment.