Release 0.2.0 (#12)

* add border radius

* fix settings styling a little

* move hook

* get default values from localstorage

* replace svgs with own svg

* update favicon

* add logo

* update meta
This commit is contained in:
Viktor Rådberg
2023-08-31 23:16:24 +02:00
committed by GitHub
parent 248522676b
commit a0f5261340
14 changed files with 411 additions and 41 deletions

View File

@@ -3,6 +3,7 @@ export { default as CommanderTax } from './CommanderTax';
export { default as Energy } from './Energy';
export { default as Experience } from './Experience';
export { default as LittleGuy } from './LittleGuy';
export { default as Logo } from './Logo';
export { default as PartnerTax } from './PartnerTax';
export { default as Poison } from './Poison';
export { default as Skull } from './Skull';