Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect link for reverse SVG
Browse files Browse the repository at this point in the history
Fixes #1987
gsmet committed Aug 11, 2024
1 parent dcb267e commit 32653b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/brand-band.html
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ <h4>Icon Default</h4>
<div class="width-4-12 width-12-12-m brand-block-black">
<img src="{{site.baseurl}}/assets/images/brand/quarkus_icon_256px_reverse.png" alt="Quarkus icon file reverse">
<h4>Icon Reversed</h4>
<p><a href="{{site.baseurl}}/assets/images/brand/quarkus_icon_256px_reverse.png">256px</a> | <a href="{{site.baseurl}}/assets/images/brand/quarkus_icon_512px_reverse.png">512px</a> | <a href="{{site.baseurl}}/assets/images/brand/quarkus_icon_1024px_reverse.png">1024px</a> | <a href="{{site.baseurl}}/assets/images/brand/quarkus_icon_256px_reverse.svg">SVG</a></p>
<p><a href="{{site.baseurl}}/assets/images/brand/quarkus_icon_256px_reverse.png">256px</a> | <a href="{{site.baseurl}}/assets/images/brand/quarkus_icon_512px_reverse.png">512px</a> | <a href="{{site.baseurl}}/assets/images/brand/quarkus_icon_1024px_reverse.png">1024px</a> | <a href="{{site.baseurl}}/assets/images/brand/quarkus_icon_reverse.svg">SVG</a></p>
</div>
<div class="width-4-12 width-12-12-m brand-block-white">
<img src="{{site.baseurl}}/assets/images/brand/quarkus_icon_256px_black.png" alt="Quarkus icon file black">

0 comments on commit 32653b1

Please sign in to comment.