save rosters in localStorage, better mobile support for 10th edition, add tailwind
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user