From 9699c313f9204eac7a52fb77de90a72a49160c2c Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Mon, 21 Dec 2020 05:07:51 -0500 Subject: [PATCH] chore: fix logout link -- broke layout, will investigate Signed-off-by: Katalina Okano --- .../molecules/user-popover/UserPopover.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/design-system/molecules/user-popover/UserPopover.tsx b/src/design-system/molecules/user-popover/UserPopover.tsx index fe22227..c747535 100644 --- a/src/design-system/molecules/user-popover/UserPopover.tsx +++ b/src/design-system/molecules/user-popover/UserPopover.tsx @@ -2,6 +2,7 @@ import Link from 'next/link'; import * as React from 'react'; import { GoGear, GoSignOut } from 'react-icons/go'; import { DiscordUser } from 'roleypoly/common/types'; +import { CompletelyStylelessLink } from 'roleypoly/design-system/atoms/typography'; import { UserAvatarGroup } from 'roleypoly/design-system/molecules/user-avatar-group'; import { Base, NavAction } from './UserPopover.styled'; @@ -14,16 +15,16 @@ export const UserPopover = (props: UserPopoverProps) => ( - <> + Settings - + - - <> + + Log Out - +