diff options
author | EuAndreh <eu@euandre.org> | 2025-05-03 06:04:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-03 06:04:05 -0300 |
commit | be22c1406aa9cd4beeeb38ad81433c4ecf7b65ce (patch) | |
tree | e2f43c5b572d834badcc1988b74aaa4ca733d38b | |
parent | src/content/img/: Undo symlinks (diff) | |
download | papo.im-be22c1406aa9cd4beeeb38ad81433c4ecf7b65ce.tar.gz papo.im-be22c1406aa9cd4beeeb38ad81433c4ecf7b65ce.tar.xz |
src/content/en/index.adoc: Fix path to SVGs
-rw-r--r-- | src/content/en/index.adoc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/content/en/index.adoc b/src/content/en/index.adoc index 7bf7d54..d27dbdf 100644 --- a/src/content/en/index.adoc +++ b/src/content/en/index.adoc @@ -15,8 +15,8 @@ <div class="why_papo-cards-container"> <div class="why_papo-card"> <picture> - <source srcset="img/shield/dark.svg" media="(prefers-color-scheme: dark)" /> - <img src="img/shield/light.svg" class="icon" alt="an icon of a small outlined shield inside a chat bubble" /> + <source srcset="../img/shield/dark.svg" media="(prefers-color-scheme: dark)" /> + <img src="../img/shield/light.svg" class="icon" alt="an icon of a small outlined shield inside a chat bubble" /> </picture> <h3>Privacy-first hosted team chat</h3> <p> @@ -27,8 +27,8 @@ </div> <div class="why_papo-card"> <picture> - <source srcset="img/database/dark.svg" media="(prefers-color-scheme: dark)" /> - <img src="img/database/light.svg" class="icon" alt="an outlined database icon with an "X" marker on its right-bottom corner" /> + <source srcset="../img/database/dark.svg" media="(prefers-color-scheme: dark)" /> + <img src="../img/database/light.svg" class="icon" alt="an outlined database icon with an "X" marker on its right-bottom corner" /> </picture> <h3>No gratuitous data collection</h3> <p> @@ -38,8 +38,8 @@ </div> <div class="why_papo-card"> <picture> - <source srcset="img/diagram/dark.svg" media="(prefers-color-scheme: dark)" /> - <img src="img/diagram/light.svg" class="icon" alt="a small outlined icon of a cog surrounded by 6 smaller circles with a short dashed line between the cog and each circle, where each circle also has 2 dashed lines coming from and going to the next circle, fully surrounding the inner cog" /> + <source srcset="../img/diagram/dark.svg" media="(prefers-color-scheme: dark)" /> + <img src="../img/diagram/light.svg" class="icon" alt="a small outlined icon of a cog surrounded by 6 smaller circles with a short dashed line between the cog and each circle, where each circle also has 2 dashed lines coming from and going to the next circle, fully surrounding the inner cog" /> </picture> <h3>Build for interoperability</h3> <p> |