add about dialog
This commit is contained in:
parent
20a36825d4
commit
20f28d8382
5 changed files with 39 additions and 6 deletions
|
|
@ -6,7 +6,7 @@ import "./BottomPanel.css";
|
|||
import head from "../head.svg" ;
|
||||
|
||||
export function BottomPanel(props: {errors: TraceableError[]}) {
|
||||
const [greeting, setGreeting] = useState(<b><img src={head}/> "Welcome to StateBuddy, buddy!"</b>);
|
||||
const [greeting, setGreeting] = useState(<><b><img src={head}/> "Welcome to StateBuddy, buddy!"</b></>);
|
||||
|
||||
useEffect(() => {
|
||||
setTimeout(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue