Skip to content

Commit 925e606

Browse files
committed
fix SVG icons on homepage
1 parent 12f0d2c commit 925e606

File tree

3 files changed

+192
-4
lines changed

3 files changed

+192
-4
lines changed

shepherd/static/docs.svg

Lines changed: 188 additions & 1 deletion
Loading

shepherd/static/rulebook.svg

Lines changed: 1 addition & 0 deletions
Loading

shepherd/templates/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<p><img src="/static/footer.jpg" style='height: 100%; width: 100%; object-fit: contain'></p>
77
<div class="index-navigation">
88
<p>
9-
<a href="/docs/assets/Rulebook.pdf"><img src="/static/docs.png"><span>Rules</span></a>
10-
<a href="/editor/"><img src="/static/editor.png"><span>Editor</span></a>
11-
<a href="/docs/"><img src="/static/rulebook.png"><span>Docs</span></a>
9+
<a href="/docs/assets/Rulebook.pdf"><img src="/static/rulebook.svg"><span>Rules</span></a>
10+
<a href="/editor/"><img src="/static/editor.svg"><span>Editor</span></a>
11+
<a href="/docs/"><img src="/static/docs.svg"><span>Docs</span></a>
1212
<!--<a href="/upload/"><img src="/static/upload.svg"><span>Upload</span></a>-->
1313
<!--<a href="/run/"><img src="/static/run.png"><span>Run</span></a>-->
1414
</p>

0 commit comments

Comments
 (0)