diff --git a/components/ProfileImageInfo.tsx b/components/ProfileImageInfo.tsx index d96346887..d0407d462 100644 --- a/components/ProfileImageInfo.tsx +++ b/components/ProfileImageInfo.tsx @@ -4,7 +4,13 @@ import Image from 'next/image' import Link from 'next/link' import styles from '../scss/profileImageInfo.module.scss' import { UserInfo } from '../@types/user' -import { Modal } from 'react-bootstrap' +import { + Modal, + ModalBody, + ModalFooter, + ModalHeader, + ModalTitle +} from 'react-bootstrap' import { Button } from './theme/Button' import { signIn } from 'next-auth/react' import { Button as BsButton } from 'react-bootstrap' @@ -76,18 +82,18 @@ const ProfileImageInfo: React.FC = ({ user }) => { Unlink discord - - Unlink discord - - + + Unlink discord + +

You are about to unlink your discord account. Please be aware that disconnecting your discord account will degrade your learning experience in c0d3 as we use discord as our community platform

-
- + + Close @@ -98,7 +104,7 @@ const ProfileImageInfo: React.FC = ({ user }) => { > Unlink - +
) : ( @@ -111,10 +117,10 @@ const ProfileImageInfo: React.FC = ({ user }) => { Connect to discord - - Connect to discord - - + + Connect to discord + +

Please connect your Discord account, or create one if you don't already have one. Our students and mentors use @@ -134,8 +140,8 @@ const ProfileImageInfo: React.FC = ({ user }) => { platform and if the reasons are compelling enough, may inspire us to switch to an alternative.

-
- + + Close @@ -146,7 +152,7 @@ const ProfileImageInfo: React.FC = ({ user }) => { > Connect - +
)}