mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
fixed the annoying SVG errors in the terminal
This commit is contained in:
parent
a4f566aaa0
commit
e373418950
2 changed files with 7 additions and 7 deletions
|
|
@ -11,20 +11,20 @@ function LinkArrow({ classname }: { classname?: string }) {
|
|||
xmlns="http://www.w3.org/2000/svg"
|
||||
transform="matrix(1, 0, 0, 1, 0, 0)rotate(0)"
|
||||
>
|
||||
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
|
||||
<g id="SVGRepo_bgCarrier" strokeWidth="0"></g>
|
||||
<g
|
||||
id="SVGRepo_tracerCarrier"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
></g>
|
||||
<g id="SVGRepo_iconCarrier">
|
||||
{" "}
|
||||
<path
|
||||
d="M7 17L17 7M17 7H8M17 7V16"
|
||||
stroke="currentColor"
|
||||
stroke-width="0.792"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
strokeWidth="0.792"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
></path>{" "}
|
||||
</g>
|
||||
</svg>
|
||||
|
|
|
|||
|
|
@ -164,7 +164,7 @@ export const Reddit = (props: SVGProps<SVGSVGElement>) => (
|
|||
<stop offset={0.82} stopColor="#172e35" />
|
||||
</radialGradient>
|
||||
<style>
|
||||
{"\n .snoo-cls-11{stroke-width:0;fill:#ffc49c}\n "}
|
||||
{"\n .snoo-cls-11{strokeWidth:0;fill:#ffc49c}\n "}
|
||||
</style>
|
||||
</defs>
|
||||
<path
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue