Skip to content

Commit 7992c35

Browse files
committed
bring back xmlns
github doesn't like it without
1 parent 685c04d commit 7992c35

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

components/svg-hero.server.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const stars = Array.from({ length: STAR_AMOUNT })
6666
</script>
6767

6868
<template>
69-
<svg :width="width" :height="height">
69+
<svg :width="width" :height="height" xmlns="http://www.w3.org/2000/svg">
7070
<g filter="url(#s)">
7171
<rect x="25" y="25" width="1150" height="580" rx="24" fill="black" />
7272
<g opacity="0.75">
@@ -127,6 +127,7 @@ const stars = Array.from({ length: STAR_AMOUNT })
127127
:height="logoHeight"
128128
:x="width / 2 - logoWidth / 2"
129129
:y="height / 2 - logoHeight / 2"
130+
xmlns="http://www.w3.org/2000/svg"
130131
>
131132
<path
132133
ref="path"

0 commit comments

Comments
 (0)