Skip to content

Commit ac4ba08

Browse files
fix: PR issues
1 parent 611d333 commit ac4ba08

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

_data/topnav.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ links:
88
page: develop.md
99
- title: discuss
1010
page: discuss.md
11+
- title: Docs
12+
url: https://docs.fabricmc.net/
1113
- title: wiki
1214
url: https://fabricmc.net/wiki/
13-
- title:
14-
icon: /assets/icons/github-logo.svg
15-
url: https://github.com/fabricmc

_includes/header.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,10 @@
2121
{% for link in site.data.topnav.links %}
2222
{% if link.page %}
2323
<a class="page-link" href="{% link {{ link.page }} %}">
24-
{% if link.icon %}
25-
<img src="{{ link.icon }}" width="20" />
26-
{% endif %}
2724
{{ link.title | escape | capitalize }}
2825
</a>
2926
{% else %}
3027
<a class="page-link" href="{{ link.url }}">
31-
{% if link.icon %}
32-
<img src="{{ link.icon }}" width="20" />
33-
{% endif %}
34-
3528
{{ link.title | escape | capitalize }}
3629
</a>
3730
{% endif %}

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ layout: default
3939
</a>
4040
<a href="https://github.com/FabricMC/fabric/releases">
4141
<img alt="Github logo" src="/assets/icons/github-logo.svg" width="20" />
42-
Github
42+
GitHub
4343
</a>
4444
</div>
4545
</div>

0 commit comments

Comments
 (0)