Skip to content

Commit 545322e

Browse files
committed
docs(logo): remove unnecessary path
1 parent 0e61a4d commit 545322e

File tree

1 file changed

+1
-3
lines changed
  • apps/website/src/components/icons

1 file changed

+1
-3
lines changed

apps/website/src/components/icons/logo.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ export const Logo = component$<PropsOf<'svg'>>(({ ...props }) => {
5252
d="M 1266.5,270.5 C 1311.17,270.5 1355.83,270.5 1400.5,270.5C 1400.5,378.167 1400.5,485.833 1400.5,593.5C 1355.83,593.5 1311.17,593.5 1266.5,593.5C 1266.5,485.833 1266.5,378.167 1266.5,270.5 Z"
5353
/>
5454
</g>
55-
<path class="fill-secondary" d="M1266.5 270.5h134v323h-134v-323Z" />
5655
</svg>
5756
);
5857
});
@@ -73,7 +72,7 @@ export const LogoWithBorders = component$<PropsOf<'svg'>>(({ ...props }) => {
7372
clip-rule="evenodd"
7473
>
7574
<g
76-
class={cn(theme?.includes('light') ? 'stroke-black' : 'stroke-white')}
75+
class={cn(theme?.includes('light') ? 'stroke-[#bbb]' : 'stroke-white')}
7776
stroke-width="4"
7877
fill="none"
7978
>
@@ -113,7 +112,6 @@ export const LogoWithBorders = component$<PropsOf<'svg'>>(({ ...props }) => {
113112
d="M 1266.5,270.5 C 1311.17,270.5 1355.83,270.5 1400.5,270.5C 1400.5,378.167 1400.5,485.833 1400.5,593.5C 1355.83,593.5 1311.17,593.5 1266.5,593.5C 1266.5,485.833 1266.5,378.167 1266.5,270.5 Z"
114113
/>
115114
</g>
116-
<path class="fill-secondary" d="M1266.5 270.5h134v323h-134v-323Z" />
117115
</g>
118116
</svg>
119117
);

0 commit comments

Comments
 (0)