diff --git a/components/DiscordBanner.tsx b/components/DiscordBanner.tsx index 18e4dd1..664997b 100644 --- a/components/DiscordBanner.tsx +++ b/components/DiscordBanner.tsx @@ -18,7 +18,7 @@ const DiscordBanner = () => {

Need Help?

-

+

Ask questions, get to know the project and community in Discord.

diff --git a/components/DiscordButton.tsx b/components/DiscordButton.tsx index 62a30a9..bf834ff 100644 --- a/components/DiscordButton.tsx +++ b/components/DiscordButton.tsx @@ -4,7 +4,7 @@ const DiscordButton: React.FC = () => { return (
diff --git a/components/ExpandableImage.tsx b/components/ExpandableImage.tsx index af55ec7..6b37bac 100644 --- a/components/ExpandableImage.tsx +++ b/components/ExpandableImage.tsx @@ -124,21 +124,21 @@ const ExpandableImage: React.FC = ({
@@ -942,15 +945,15 @@ export const TokenContracts = () => { type="text" placeholder="Search tokens..." onChange={handleSearch} - className="flex-1 max-w-sm px-4 py-2 bg-white border border-gray-200 rounded-lg dark:border-gray-800 dark:bg-gray-900" + className="flex-1 max-w-sm px-4 py-2 bg-white border border-gray-200 rounded-lg dark:border-gray-800 dark:bg-gray-900 dark:text-white dark:placeholder-gray-400" />