fix(UI): arrange the ribbon icons symmetrically (#54900)

This commit is contained in:
Manabu Matsumoto
2024-05-28 18:02:40 +09:00
committed by GitHub
parent 64697d4ca7
commit 52baa10c59
@@ -30,11 +30,11 @@ export const RibbonIcon = ({
{isClaimed && (
<>
<path
d='M25 35.3418L35.4851 28L44.5957 41.0113L36.2658 39.7151L34.1106 48.353L25 35.3418Z'
d='M24.8 36.3L35.3 29L44.3 42L35.5 41L33.4 49.3L24.8 36.3Z'
fill='var(--secondary-color)'
/>
<path
d='M9.11059 29L19.5957 36.3418L10.4851 49.353L8.85418 41.0821L-4.67677e-07 42.0113L9.11059 29Z'
d='M9.1 29L19.6 36.3L11 49.3L8.9 41L0.1 42L9.1 29Z'
fill='var(--secondary-color)'
/>
</>