Update vite.tsx

This commit is contained in:
Stefan Pejcic
2024-02-06 11:26:04 +01:00
committed by GitHub
parent 890ed884bc
commit 61667b57b8

View File

@@ -2,9 +2,10 @@ import React from "react";
export const LandingHeroViteIcon = (props: React.SVGProps<SVGSVGElement>) => (
<svg
width={64}
height={64}
width={24}
height={24}
viewBox="0 0 213.000000 215.000000"
style="vertical-align:middle;"
fill="none"
xmlns="http://www.w3.org/2000/svg"
{...props}