Skip on the shortcut functionality (for now)
This commit is contained in:
@@ -26,10 +26,10 @@ const path = Astro.url.pathname;
|
||||
<button id="prl" class="font-medium h-10 w-10 rounded-lg hover:bg-(--accent) inline-flex items-center justify-center transition-colors cursor-pointer">
|
||||
<Icon name="lucide:rotate-cw" class="h-6 w-6" />
|
||||
</button>
|
||||
<button id="psc" class="font-medium h-10 w-10 rounded-lg hover:bg-(--accent) inline-flex items-center justify-center transition-colors cursor-pointer">
|
||||
{/** <button id="psc" class="font-medium h-10 w-10 rounded-lg hover:bg-(--accent) inline-flex items-center justify-center transition-colors cursor-pointer">
|
||||
<Icon name="material-symbols:star-outline-rounded" class="h-8 w-8" id="noShortcut" />
|
||||
<Icon name="material-symbols:star-rounded" class="h-8 w-8 hidden" id="shortcut" />
|
||||
</button>
|
||||
</button> */}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user