Skip to content

Commit ea622e8

Browse files
author
MatiasWorker
committed
Fix svg
1 parent d33aa3d commit ea622e8

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"vite": "^5.0.11"
1717
},
1818
"dependencies": {
19-
"@atomico/astro": "^0.9.0",
19+
"@atomico/astro": "^0.9.1",
2020
"@atomico/compare-content": "^1.3.2",
2121
"@atomico/hooks": "^4.0.0-beta.4",
2222
"@atomico/site": "^0.10.0",

src/components/section-isotype.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import imgLogoText from "../../public/logo-text.svg";
44
---
55

66
<SiteIsotype>
7-
<SiteRow gap={3} centered>
7+
<SiteRow gap={3} centered client:only>
88
<img src={imgLogoText.src} alt="" />
99
<SiteText elegant color="accent">
1010
<strong>WEBCOMPONENTS</strong>

0 commit comments

Comments
 (0)