Skip to content

Commit

Permalink
fix hf icon
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungoneKim committed Dec 6, 2024
1 parent 670f4b9 commit 1f681c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ <h4 style="text-align: center; font-size: 22px;">{{site.description}}</h4>
<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M352 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9L370.7 96 201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L416 141.3l41.4 41.4c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V32c0-17.7-14.3-32-32-32H352zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z"/></svg>
</a>
{% endif %}
<a class="button" href="{{site.hf_data}}" target="_blank"></a>
<a class="button" href="{{site.hf_data}}" target="_blank">
<span>Data</span>

<img src="https://huggingface.co/datasets/huggingface/brand-assets/resolve/main/hf-logo.png" alt="Submit" width="25em"></img> </a>
<img src="https://huggingface.co/datasets/huggingface/brand-assets/resolve/main/hf-logo.png" alt="Submit" width="25em"></img>
</a>
</div>
</div>
<div class="wrapper">
Expand Down

0 comments on commit 1f681c1

Please sign in to comment.