Browse Source

fix: correct logo width issue in Safari

imwald
codytseng 1 year ago
parent
commit
cefe3bb66a
  1. 2
      src/renderer/src/assets/Logo.tsx

2
src/renderer/src/assets/Logo.tsx

@ -1,8 +1,6 @@
export default function Logo({ className }: { className?: string }) { export default function Logo({ className }: { className?: string }) {
return ( return (
<svg <svg
width="100%"
height="100%"
viewBox="0 0 2154 559" viewBox="0 0 2154 559"
version="1.1" version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"

Loading…
Cancel
Save