Skip to content

Commit

Permalink
Fix svg
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiasWorker committed Feb 10, 2024
1 parent d33aa3d commit ea622e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"vite": "^5.0.11"
},
"dependencies": {
"@atomico/astro": "^0.9.0",
"@atomico/astro": "^0.9.1",
"@atomico/compare-content": "^1.3.2",
"@atomico/hooks": "^4.0.0-beta.4",
"@atomico/site": "^0.10.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/section-isotype.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import imgLogoText from "../../public/logo-text.svg";
---

<SiteIsotype>
<SiteRow gap={3} centered>
<SiteRow gap={3} centered client:only>
<img src={imgLogoText.src} alt="" />
<SiteText elegant color="accent">
<strong>WEBCOMPONENTS</strong>
Expand Down

0 comments on commit ea622e8

Please sign in to comment.