Fix sorting order of brackets, show degrading attacks/ different attacks
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export const Arrow = (
|
||||
<svg viewBox="0 0 16 8" width={16} height={8} fill="#536766">
|
||||
<svg viewBox="0 0 16 8" width={16} height={8} fill="var(--primary-color)">
|
||||
<path d="m0 0h10l6 4-6 4h-10z" />
|
||||
</svg>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user