Use some style values so it looks like this page is making progress

This commit is contained in:
Gabe Kangas
2022-05-07 10:25:04 -07:00
parent c99fcf5ed9
commit 448c23d097
15 changed files with 93 additions and 71 deletions

View File

@@ -54,13 +54,14 @@ export default function FooterComponent() {
/>
<div className={`${s.lowerRow}`}>
<Tabs defaultActiveKey="1" type="card">
<TabPane tab="About" key="1">
<TabPane tab="About" key="1" className={`${s.pageContentSection}`}>
<CustomPageContent content={extraPageContent} />
</TabPane>
<TabPane tab="Followers" key="2">
<TabPane tab="Followers" key="2" className={`${s.pageContentSection}`}>
<FollowerCollection total={total} followers={followers} />
</TabPane>
</Tabs>
{chatOpen && (
<div className={`${s.mobileChat}`}>
<ChatContainer messages={messages} state={chatState} />