Fixed the route issue

This commit is contained in:
2026-06-26 17:59:40 +02:00
parent 2b8f2e7b59
commit fe09d15359
4 changed files with 6 additions and 35 deletions
@@ -13,7 +13,7 @@ export function CaptainAmericaShield() {
<polygon points="50,95 5,60 5,30 50,5 95,30 95,60" />
</clipPath>
</defs>
<g clip-path="url(#shield-clip)">
<g clipPath="url(#shield-clip)">
<circle cx="50" cy="45" r="45" fill="#c62828" />
<circle cx="50" cy="45" r="35" fill="#efefef" />
<circle cx="50" cy="45" r="25" fill="#c62828" />
@@ -24,7 +24,7 @@ export function CaptainAmericaShield() {
points="50,95 5,60 5,30 50,5 95,30 95,60"
fill="none"
stroke="#c62828"
stroke-width="1.5"
strokeWidth="1.5"
/>
</svg>
)