Skip to content

Commit

Permalink
Add redirect URLs to topmenu
Browse files Browse the repository at this point in the history
  • Loading branch information
kordwarshuis committed Jul 23, 2024
1 parent 51cfc33 commit 6f440bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/typesenseInstantSearchInit.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ const typesenseInstantSearchCreateDomElements = () => {
<div class="row">
<div class="col text-center">
<a href="https://weboftrust.github.io/keridoc/"><img class="hero-image" src="icons/10119973341678815049.svg" alt="">
KERIDoc</a>
KERIDoc<br>doc.kerisse.org</a>
</div>
<div class="col text-center">
<a href="https://weboftrust.github.io/WOT-terms/"><img class="hero-image" src="icons/9491177161682829258.svg" alt="">
KERI Suite Glossary</a>
KERI Suite Glossary<br>glossary.kerisse.org</a>
</div>
<div class="col text-center">
<a href="https://weboftrust.github.io/kerisse/"><img class="hero-image" src="icons/1626701221679047824.svg" alt="">
KERISSE</a>
KERISSE<br>search.kerisse.org</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 6f440bf

Please sign in to comment.