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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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