diff --git a/package.json b/package.json index 27424339..2a20f425 100644 --- a/package.json +++ b/package.json @@ -59,4 +59,4 @@ "prettier-plugin-tailwindcss" ] } -} \ No newline at end of file +} diff --git a/src/assets/discord.svg b/src/assets/discord.svg new file mode 100644 index 00000000..f9fd918b --- /dev/null +++ b/src/assets/discord.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/github.svg b/src/assets/github.svg new file mode 100644 index 00000000..aa05db9c --- /dev/null +++ b/src/assets/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/linkedin.svg b/src/assets/linkedin.svg new file mode 100644 index 00000000..c6634290 --- /dev/null +++ b/src/assets/linkedin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/Graph/Graph.tsx b/src/components/Graph/Graph.tsx index d05c1224..0e8e9fcc 100644 --- a/src/components/Graph/Graph.tsx +++ b/src/components/Graph/Graph.tsx @@ -564,6 +564,7 @@ const Graph: FC = () => { enter="transition-all duration-500 delay-500" enterFrom="opacity-0 scale-150" enterTo="opacity-100 scale-100" + className="h-full w-full" > {searchedAddresses.length > 0 && ( { ]; return ( -
+
{Buttons.map((button) => { return (