Fix index url for nav

This commit is contained in:
Joyce Chen
2020-03-17 17:02:06 -04:00
parent d403c8eb70
commit 932f23f59d

View File

@@ -1,5 +1,5 @@
<nav>
<a role="button" class="btn btn-outline-danger btn" href="shadows.html">Shadows</a>
<a role="button" class="btn btn-outline-danger btn" href="/">P5 (2017) Questions</a>
<a role="button" class="btn btn-outline-danger btn" href="royal.html">P5 Royal Questions</a>
<a role="button" class="btn btn-outline-danger btn" href="shadows">Shadows</a>
<a role="button" class="btn btn-outline-danger btn" href="/persona5-negotiation">P5 (2017) Questions</a>
<a role="button" class="btn btn-outline-danger btn" href="royal">P5 Royal Questions</a>
</nav>