fix: correct logo width issue in Safari
This commit is contained in:
parent
09e0d199a6
commit
cefe3bb66a
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue