Skip to content

Commit

Permalink
fix(doc): CardLogos.vue had wrong URL
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-mulier-p committed Oct 18, 2024
1 parent 07974aa commit 6d8bc07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/src/components/content/CardLogos.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
width="222.67px"
height="125px"
loading="lazy"
:src="$store.getters['doc/resourceUrl']('/v1/docs/tutorial/logos/logo-dark-version.png')"
:src="$store.getters['doc/resourceUrl']('/docs/tutorial/logos/logo-dark-version.png')"
alt="Dark version logo"
>
<p class="title">
Expand All @@ -23,7 +23,7 @@
width="222.67px"
height="125px"
loading="lazy"
:src="$store.getters['doc/resourceUrl']('/v1/docs/tutorial/logos/logo-light-version.png')"
:src="$store.getters['doc/resourceUrl']('/docs/tutorial/logos/logo-light-version.png')"
alt="Light version logo"
>
<p class="title">
Expand All @@ -40,7 +40,7 @@
width="222.67px"
height="125px"
loading="lazy"
:src="$store.getters['doc/resourceUrl']('/v1/docs/tutorial/logos/logo-monogram-version.png')"
:src="$store.getters['doc/resourceUrl']('/docs/tutorial/logos/logo-monogram-version.png')"
alt="Monogram version logo"
>
<p class="title">
Expand Down

0 comments on commit 6d8bc07

Please sign in to comment.