Skip to content

Commit

Permalink
add xmlns to SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Aug 29, 2024
1 parent 28c0413 commit a1fedb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/init/src/template/src/components/logo/logo.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ template.innerHTML = `
<span class="spacer"></span>
<div>
<svg width="100%" height="100%" viewBox="0 0 150 180" fill="#00b68f">
<svg width="100%" height="100%" viewBox="0 0 150 180" fill="#00b68f" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>
.shading {
Expand Down

0 comments on commit a1fedb9

Please sign in to comment.