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
- >
+