Skip to content

Commit

Permalink
Add warning about new update
Browse files Browse the repository at this point in the history
  • Loading branch information
SenkyDragon committed Aug 11, 2023
1 parent 434bba9 commit 0f39de3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/frontend/components/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ import logoPath from '../../icons/ogb-logo.png';

export default function Home() {
return <div style={{display: 'flex', flexDirection: 'column', height: '100%'}}>
<div style={{backgroundColor: "#500", padding: "5px", textAlign: "center"}}>
Having trouble since the new update? Please provide details on the <a href="https://osc.toys/discord" target="_blank">Discord</a>.<br/>
You can also try temporarily downgrading to <a href="https://github.com/OscToys/OscGoesBrrr/releases/download/release%2F1.11.0/OscGoesBrrr-setup.exe" target="_blank">OGB 1.11.0</a>.
</div>

<div style={{padding: '5px'}}>
<h3 style={{textAlign: 'center'}}>Welcome to OscGoesBrrr!</h3>
<ul style={{margin: 0}}>
Expand Down

0 comments on commit 0f39de3

Please sign in to comment.