Skip to content

Commit

Permalink
fix: use correct image path
Browse files Browse the repository at this point in the history
  • Loading branch information
redonkulus committed Sep 17, 2024
1 parent 41c1f6a commit 1b771fe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/assets/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"short_name": "Atomizer",
"icons": [
{
"src": "/images/android-chrome-192x192.png",
"src": "/atomizer/images/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/images/android-chrome-512x512.png",
"src": "/atomizer/images/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/_data/quotes.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"author": "Thierry Koblentz",
"companyLogo": "<img src=\"/images/thierry.jpg\" alt=\"Thierry Koblentz Picture\" class=\"W(50px) Bdrs(50px)\" />",
"companyLogo": "<img src=\"/atomizer/images/thierry.jpg\" alt=\"Thierry Koblentz Picture\" class=\"W(50px) Bdrs(50px)\" />",
"link": "https://twitter.com/7h1322yk0813n72",
"role": "Atomizer Co-Creator",
"quote": "We released Atomizer almost 10 years ago and to this day it is used on massive web sites by huge front-end teams. If your project calls for an Atomic CSS library, make sure to give it a try."
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<header id="header" class="P(12px) Ov(h) home_Ov(v) Z(7) Pos(f) T(0) Start(0) End(0) Bgc(--color-blue-1) optLegibility">
<div class="D(f) Ac(c) Jc(sb) Mx(a)--sm Maw(1280px)--sm W(90%)--sm W(a)--sm">
<a href="{{ '/' | relative_url }}" class="Fz(20px) Lh(1.2) C(#fff) Td(n):h">
<img id="logo" class="H(25px) Mt(4px) docs_Mstart(40px)--xs support_Mstart(40px)--xs" alt='ACSS Logo' src="/images/logo.svg">
<img id="logo" class="H(25px) Mt(4px) docs_Mstart(40px)--xs support_Mstart(40px)--xs" alt='ACSS Logo' src="/atomizer/images/logo.svg">
<b class="D(n)--xs home_D(ib) Td(n) Bd(0)! Fw(b)">Atomizer</b>
</a>

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ layout: home
</p>
<p class="Fz(1.1rem)--md">Atomizer is not opinionated, brings no CSS of its own and integrates nicely with your favorite task runner.</p>
</div>
<img src="/images/atomic-demo.gif" class="Ar(174/83) W(70%)--md" alt="Atomizer demo">
<img src="/atomizer/images/atomic-demo.gif" class="Ar(174/83) W(70%)--md" alt="Atomizer demo">
</div>

<h2 class="Fz(2.25rem)--md Mt(5em)--md Mb(0px)">Testimonials</h2>
Expand Down

0 comments on commit 1b771fe

Please sign in to comment.