hide favourites for now

This commit is contained in:
liamcottle
2024-03-13 17:30:48 +13:00
parent 140a831e31
commit 889cc15bb3

View File

@ -121,6 +121,7 @@
<span class="tooltip-text">Search</span> <span class="tooltip-text">Search</span>
</div> </div>
</a> </a>
<!-- hide favourites for now
<a href="#" class="tooltip rounded-full" onclick="toggleFavourites()"> <a href="#" class="tooltip rounded-full" onclick="toggleFavourites()">
<div id="favourites-button" class="bg-gray-100 hover:bg-gray-200 p-2 rounded-full"> <div id="favourites-button" class="bg-gray-100 hover:bg-gray-200 p-2 rounded-full">
<svg class="w-6 h-6" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <svg class="w-6 h-6" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
@ -132,6 +133,7 @@
<span class="tooltip-text">Favourites</span> <span class="tooltip-text">Favourites</span>
</div> </div>
</a> </a>
-->
<a href="#" class="tooltip rounded-full" onclick="goToRandomNode()"> <a href="#" class="tooltip rounded-full" onclick="goToRandomNode()">
<div id="random-button" class="bg-gray-100 hover:bg-gray-200 p-2 rounded-full"> <div id="random-button" class="bg-gray-100 hover:bg-gray-200 p-2 rounded-full">
<svg class="w-6 h-6" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <svg class="w-6 h-6" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">