Skip to content

Commit

Permalink
Add title to the plugins' search input
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianrbz committed Dec 20, 2024
1 parent 49aa885 commit 4f41a7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/plugins.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ <h1 class="font-extrabold text-[40px] leading-[60px]">Kong Plugins</h1>

<div class="grid grid-cols-4 gap-16">
<div id="filters" class="w-full flex flex-col gap-8 sticky top-24 self-start">

<div class="flex flex-col gap-3">
<div class="text-sm text-brand font-semibold">Filter</div>
<div class="flex gap-2 bg-secondary rounded-md border border-brand-saturated/40 py-2 px-3 items-center w-full">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path d="M19.6 21L13.3 14.7C12.8 15.1 12.225 15.4167 11.575 15.65C10.925 15.8833 10.2333 16 9.5 16C7.68333 16 6.14583 15.3708 4.8875 14.1125C3.62917 12.8542 3 11.3167 3 9.5C3 7.68333 3.62917 6.14583 4.8875 4.8875C6.14583 3.62917 7.68333 3 9.5 3C11.3167 3 12.8542 3.62917 14.1125 4.8875C15.3708 6.14583 16 7.68333 16 9.5C16 10.2333 15.8833 10.925 15.65 11.575C15.4167 12.225 15.1 12.8 14.7 13.3L21 19.6L19.6 21ZM9.5 14C10.75 14 11.8125 13.5625 12.6875 12.6875C13.5625 11.8125 14 10.75 14 9.5C14 8.25 13.5625 7.1875 12.6875 6.3125C11.8125 5.4375 10.75 5 9.5 5C8.25 5 7.1875 5.4375 6.3125 6.3125C5.4375 7.1875 5 8.25 5 9.5C5 10.75 5.4375 11.8125 6.3125 12.6875C7.1875 13.5625 8.25 14 9.5 14Z" fill="currentColor"/>
Expand Down

0 comments on commit 4f41a7e

Please sign in to comment.