diff --git a/web/pages/social.tsx b/web/pages/social.tsx index 20906488..c5e1ce83 100644 --- a/web/pages/social.tsx +++ b/web/pages/social.tsx @@ -1,26 +1,27 @@ import {LovePage} from 'web/components/love-page' import {discordLink, githubRepo, redditLink, stoatLink, supportEmail, xLink} from "common/constants"; import {GeneralButton} from "web/components/buttons/general-button"; +import clsx from "clsx"; +import {Col} from "web/components/layout/col"; export default function Social() { return ( -
-
-
-
-

Socials

- - - - - - -
-
-
-
+

Socials

+ + + + + + + +
) }