Unverified Commit a6d6042c authored by Xiaomeng Zhao's avatar Xiaomeng Zhao Committed by GitHub
Browse files

Merge pull request #1476 from myhloli/dev

feat(header): update homepage link and add client download link
parents c3adb389 d2228fb9
...@@ -102,13 +102,24 @@ ...@@ -102,13 +102,24 @@
<!-- Homepage Link. --> <!-- Homepage Link. -->
<span class="link-block"> <span class="link-block">
<a href="https://opendatalab.com/" 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"> <span class="icon" style="margin-right: 8px">
<i class="fas fa-globe" style="color: white"></i> <i class="fas fa-home" style="color: white"></i>
</span> </span>
<span style="color: white">Homepage</span> <span style="color: white">Homepage</span>
</a> </a>
</span> </span>
<!-- Client Link. -->
<span class="link-block">
<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>
<span style="color: white">Download</span>
</a>
</span>
</div> </div>
</div> </div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment