Skip to content

Commit 741caa6

Browse files
committed
fix: minor text tweaks
1 parent 32e21c0 commit 741caa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/frontend/src/pages/Dashboard.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const Dashboard: React.FC = () => {
7272
value={`$${(shortenNumber(stats?.totalCapital || 0)).toLocaleString()}`}
7373
icon={<DollarSign className="w-6 h-6 text-emerald-500" />}
7474
/>
75-
)};
75+
)}
7676
</div>
7777
)}
7878
{/* SuperAdmin/Admin: Recent Actions */}
@@ -167,11 +167,11 @@ export const Dashboard: React.FC = () => {
167167
emptyText={
168168
user?.role === "SuperAdmin"
169169
? "No companies found"
170-
: "You don't have any companies yet8"
170+
: "You don't have any companies yet"
171171
}
172172
showOwner={user?.role === "SuperAdmin"}
173173
// onCompanyClick={() => navigate("/companies")}
174-
/>
174+
/>
175175
</Card>
176176
</div>
177177
</div>

0 commit comments

Comments
 (0)