update logo
This commit is contained in:
parent
694380aa18
commit
a25396b6f2
4 changed files with 4599 additions and 31 deletions
|
|
@ -1,3 +1,3 @@
|
||||||

|

|
||||||
|
|
||||||
Statechart design, simulation and testing tool, developed with the goal of teaching Statecharts, but probably useful in its own right.
|
Statechart design, simulation and testing tool, developed with the goal of teaching Statecharts, but probably useful in its own right.
|
||||||
4583
artwork/logo-fancy.svg
Normal file
4583
artwork/logo-fancy.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 415 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 391 KiB After Width: | Height: | Size: 411 KiB |
|
|
@ -1,5 +1,5 @@
|
||||||
import { Dispatch, ReactElement, SetStateAction } from "react";
|
import { Dispatch, ReactElement, SetStateAction } from "react";
|
||||||
import logo from "../../artwork/logo.svg";
|
import logo from "../../artwork/logo-playful.svg";
|
||||||
|
|
||||||
export function About(props: {setModal: Dispatch<SetStateAction<ReactElement|null>>}) {
|
export function About(props: {setModal: Dispatch<SetStateAction<ReactElement|null>>}) {
|
||||||
return <div style={{maxWidth: '500px', padding: 4}}>
|
return <div style={{maxWidth: '500px', padding: 4}}>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue