save rosters in localStorage, better mobile support for 10th edition, add tailwind

This commit is contained in:
NilsUeter
2023-10-20 22:11:23 +02:00
parent 4777d84819
commit 2c49e646b4
13 changed files with 4462 additions and 2030 deletions
+6 -1
View File
@@ -1,5 +1,10 @@
export const Arrow = (
<svg viewBox="0 0 16 8" width={16} height={8} fill="var(--primary-color)">
<svg
viewBox="0 0 16 8"
width={"1.2rem"}
height={8}
fill="var(--primary-color)"
>
<path d="m0 0h10l6 4-6 4h-10z" />
</svg>
);