From 1b99b6a7bdcbfe3cf039dcb62f24409d303bdbe3 Mon Sep 17 00:00:00 2001 From: "colin-codegen[bot]" <137733214+colin-codegen[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 16:06:56 +0000 Subject: [PATCH] Added ProfileAvatar component and referenced it in _app.tsx --- src/components/ProfileAvatar.tsx | 14 ++++++++++++++ src/pages/_app.tsx | 4 +++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 src/components/ProfileAvatar.tsx diff --git a/src/components/ProfileAvatar.tsx b/src/components/ProfileAvatar.tsx new file mode 100644 index 0000000..ce3d776 --- /dev/null +++ b/src/components/ProfileAvatar.tsx @@ -0,0 +1,14 @@ +import React from 'react'; +import classNames from 'classnames'; + +const ProfileAvatar: React.FC = () => { + // UI for avatar and profile + return ( +
Username
+