-
Account Settings
+
Account Settings
Manage your personal account and integrations.
@@ -33,8 +31,8 @@ async function AccountSettingsContent() {
{/* LinkedIn Integration */}
-
-
+
+
LinkedIn Integration
@@ -62,15 +60,7 @@ async function AccountSettingsContent() {
)}
- {isConnected && (
-
- Account ID:
- {accountId}
- {status && status !== "CONNECTED" && (
- ({status})
- )}
-
- )}
+
{isConnected ? (
@@ -87,7 +77,7 @@ async function AccountSettingsContent() {
function AccountSettingsSkeleton() {
return (
-
+
diff --git a/app/globals.css b/app/globals.css
index 9e332aa..40734e6 100644
--- a/app/globals.css
+++ b/app/globals.css
@@ -2,6 +2,10 @@
@tailwind components;
@tailwind utilities;
+html {
+ font-size: 110%;
+}
+
@layer base {
:root {
--background: 0 0% 100%;
diff --git a/components/sidebar.tsx b/components/sidebar.tsx
index f57a550..8261c5b 100644
--- a/components/sidebar.tsx
+++ b/components/sidebar.tsx
@@ -70,7 +70,7 @@ export const Sidebar: FC = () => {