mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update vite.tsx
This commit is contained in:
parent
890ed884bc
commit
61667b57b8
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user