diff --git a/ui/src/components/Icons.tsx b/ui/src/components/Icons.tsx index 50f2763..1ab81b0 100644 --- a/ui/src/components/Icons.tsx +++ b/ui/src/components/Icons.tsx @@ -1,11 +1,5 @@ type Icon = { class: string }; -export const Discord = (props: Icon) => ( - - - -); - export const X = (props: Icon) => ( {t("login.heading")} - - - {t("login.orContinueWith")} - - - - - {t("login.signInWithDiscord")} - );