update logo

This commit is contained in:
Joeri Exelmans 2025-10-23 16:39:44 +02:00
parent 694380aa18
commit a25396b6f2
4 changed files with 4599 additions and 31 deletions

View file

@ -1,3 +1,3 @@
![logo](./artwork/logo.svg) ![logo](./artwork/logo-playful.svg)
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

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

Before After
Before After

View file

@ -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}}>