logo coz logo, also i hate the default scroll bars
This commit is contained in:
parent
2b73b3e9a3
commit
8993f73709
1 changed files with 4 additions and 1 deletions
|
@ -275,7 +275,10 @@ const Showplanner: React.FC<{ timeslotId: number }> = function({ timeslotId }) {
|
|||
}
|
||||
return (
|
||||
<div className="sp-container">
|
||||
<h1>baps3 ayy lmao</h1>
|
||||
<div style={{height:"10%"}}>
|
||||
<h1>baps3 ayy lmao</h1>
|
||||
<img src="https://ury.org.uk/images/logo.png" style={{height:"6%", right:"2%", position:"absolute", top:"2%"}}/>
|
||||
</div>
|
||||
<div className="sp-status">
|
||||
{planSaving && <em>Plan saving...</em>}
|
||||
{planSaveError && (
|
||||
|
|
Loading…
Reference in a new issue