diff --git a/src/Components/Account/AccountPage.js b/src/Components/Account/AccountPage.js
index c164fe5..c5574ab 100644
--- a/src/Components/Account/AccountPage.js
+++ b/src/Components/Account/AccountPage.js
@@ -11,7 +11,7 @@ const AccountPage = () => {
const { appState } = useContext(AppContext);
const { group } = appState;
const [docsGenerated, setDocsGenerated] = useState(null);
- const [docsAllowed, setDocsAllowed] = useState(200);
+ const [docsAllowed, setDocsAllowed] = useState(10);
const appUserId = group ? group.appUserId : null;
function getDocumentsCount() {
@@ -38,6 +38,7 @@ const AccountPage = () => {
+ {/*
@@ -49,7 +50,8 @@ const AccountPage = () => {
+
+ */}
@@ -71,7 +73,7 @@ const AccountPage = () => {
) : null}
-
+ {/*
Take full advantage of the features included in your account
@@ -115,7 +117,8 @@ const AccountPage = () => {
-
+ */}
+
@@ -142,7 +147,7 @@ const AccountPage = () => {
Billing
@@ -173,6 +178,7 @@ const AccountPage = () => {
{group.firstName} {group.lastName}
+ {group.firm}
diff --git a/src/styles/account-page.scss b/src/styles/account-page.scss
index ff4a9a4..17d144a 100644
--- a/src/styles/account-page.scss
+++ b/src/styles/account-page.scss
@@ -20,6 +20,8 @@ $account-support-title-padding: 10px;
gap: $account-padding-base;
background-color: #fff;
margin-bottom: 2rem;
+ border: 1px solid #e9e9e9;
+ border-radius: $account-border-radius;
}
.account-left-column {
@@ -45,7 +47,7 @@ $account-support-title-padding: 10px;
.account-card {
background: $account-card-background;
border-radius: 6px;
-
+ margin: 6px 6px;
padding: $account-padding-base;
text-align: center;