From bd0b202161464b98719ff964da9ce3c0c1d5ea86 Mon Sep 17 00:00:00 2001 From: Oden Date: Mon, 7 Oct 2019 04:05:00 -0700 Subject: [PATCH] Add href to DiscordButtonWrapper (fixes #117) --- src/components/DiscordButton/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DiscordButton/index.tsx b/src/components/DiscordButton/index.tsx index 67bc74e..93e1787 100644 --- a/src/components/DiscordButton/index.tsx +++ b/src/components/DiscordButton/index.tsx @@ -3,7 +3,7 @@ import * as SC from "./styles" export const DiscordButton: FC = ({ children }) => { return ( - + {children} )