Skip to content

Commit

Permalink
Fix broken logo links in /brand/
Browse files Browse the repository at this point in the history
  • Loading branch information
hedyhli authored and jgthms committed Mar 22, 2024
1 parent beddf96 commit 0fdabda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_includes/docs/components/logos-item.html
Expand Up @@ -11,13 +11,13 @@
<div class="bd-logos-download">
<div class="has-text-centered">
<div class="buttons are-centered">
<a class="button is-primary is-light is-small" href="{{ site.url }}/assets/{{ include.asset }}.png">
<a class="button is-primary is-light is-small" href="{{ site.url }}/assets/brand/{{ include.asset }}.png">
PNG
</a>
<a class="button is-primary is-light is-small" href="{{ site.url }}/assets/{{ include.asset }}.svg">
<a class="button is-primary is-light is-small" href="{{ site.url }}/assets/brand/{{ include.asset }}.svg">
SVG
</a>
</div>
</div>
</div>
</div>
</div>

0 comments on commit 0fdabda

Please sign in to comment.