update rental page button
All checks were successful
Hugo / build (push) Successful in 18s

This commit is contained in:
brooke 2024-07-13 21:11:57 -04:00
parent e166e58d83
commit 897656a70a
2 changed files with 3 additions and 3 deletions

View file

@ -1,9 +1,9 @@
<div <div
class="mt-4 pb-2 flex flex-row gap-2 max-w-full overflow-x-auto whitespace-nowrap" class="px-1 py-2 flex flex-row gap-2 max-w-full overflow-x-auto whitespace-nowrap"
> >
<button <button
id="all" id="all"
class="flex gap-2 items-center px-4 border border-gray-200 rounded-lg focus:outline-none" class="flex gap-2 items-center px-4 border border-gray-200 rounded-lg focus:outline-none focus:ring"
onclick="window.location.href = '/catalog'" onclick="window.location.href = '/catalog'"
> >
<span class="text-xs p-2 font-medium text-gray-900">All</span> <span class="text-xs p-2 font-medium text-gray-900">All</span>

File diff suppressed because one or more lines are too long