Skip to content

Commit

Permalink
feat(header): update homepage link and add client download link
Browse files Browse the repository at this point in the history
- Update homepage link to point to https://mineru.org.cn/home
- Add client download link for users to easily access the app- Change globe icon to home icon for homepage
  • Loading branch information
myhloli committed Jan 10, 2025
1 parent 364b46d commit d2228fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/gradio_app/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@

<!-- Homepage Link. -->
<span class="link-block">
<a href="https://mineru.org.cn/home" class="external-link button is-normal is-rounded is-dark" style="text-decoration: none; cursor: pointer">
<a href="https://mineru.org.cn/home?source=online" class="external-link button is-normal is-rounded is-dark" style="text-decoration: none; cursor: pointer">
<span class="icon" style="margin-right: 8px">
<i class="fas fa-home" style="color: white"></i>
</span>
Expand All @@ -112,7 +112,7 @@

<!-- Client Link. -->
<span class="link-block">
<a href="https://mineru.org.cn/client" class="external-link button is-normal is-rounded is-dark" style="text-decoration: none; cursor: pointer">
<a href="https://mineru.org.cn/client?source=online" class="external-link button is-normal is-rounded is-dark" style="text-decoration: none; cursor: pointer">
<span class="icon" style="margin-right: 8px">
<i class="fas fa-download" style="color: white"></i>
</span>
Expand Down

0 comments on commit d2228fb

Please sign in to comment.