diff --git a/src/Components/Account/AccountPage.js b/src/Components/Account/AccountPage.js index c164fe5..ac30ec6 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 = () => {
+ {/*
Personal Settings
@@ -49,7 +50,8 @@ const AccountPage = () => {
Order History -
+
+ */}
@@ -71,7 +73,7 @@ const AccountPage = () => {
) : null} -
+ {/*
Take full advantage of the features included in your account
@@ -115,7 +117,8 @@ const AccountPage = () => {
- + */} +
@@ -125,11 +128,13 @@ const AccountPage = () => { 1-222-333-4444
- test@example.com -
-
- Or use our contact form + support@novodraft.ai
+ {/* +
+ Or use our contact form +
+ */}
@@ -142,11 +147,11 @@ const AccountPage = () => { Billing
- Privacy + Privacy
-
Active Subscriptions
+
Active Subscriptions
30 day free trial - 1 allowed document @@ -173,6 +178,7 @@ const AccountPage = () => {
{group.firstName} {group.lastName}
+
{group.firm}
{group.email}
diff --git a/src/styles/account-page.scss b/src/styles/account-page.scss index ff4a9a4..13e1ed1 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 { @@ -33,7 +35,8 @@ $account-support-title-padding: 10px; } .account-section { - font-weight: bold; + font-weight: 500; + margin-left: 20px; } .account-group { @@ -45,7 +48,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;