We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 685c04d commit 7992c35Copy full SHA for 7992c35
1 file changed
components/svg-hero.server.vue
@@ -66,7 +66,7 @@ const stars = Array.from({ length: STAR_AMOUNT })
66
</script>
67
68
<template>
69
- <svg :width="width" :height="height">
+ <svg :width="width" :height="height" xmlns="http://www.w3.org/2000/svg">
70
<g filter="url(#s)">
71
<rect x="25" y="25" width="1150" height="580" rx="24" fill="black" />
72
<g opacity="0.75">
@@ -127,6 +127,7 @@ const stars = Array.from({ length: STAR_AMOUNT })
127
:height="logoHeight"
128
:x="width / 2 - logoWidth / 2"
129
:y="height / 2 - logoHeight / 2"
130
+ xmlns="http://www.w3.org/2000/svg"
131
>
132
<path
133
ref="path"
0 commit comments