feat(filters): add disclaimer for advanced filters (#411)

* feat(web): help users with accurate filtering.
This commit is contained in:
Kyle Sanderson 2022-08-20 04:50:21 -07:00 committed by GitHub
parent b50688159e
commit 61741064c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 6 deletions

View file

@ -11,7 +11,7 @@ const ImplementationBadgeIRC = () => (
<span
className="mr-2 inline-flex items-center px-2.5 py-0.5 rounded-md text-sm font-medium bg-green-200 dark:bg-green-400 text-green-800 dark:text-green-800"
>
IRC
IRC
</span>
);