Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/settings/profile/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default function ProfileSettingsPage() {
<div className="flex-1 flex flex-col overflow-hidden">
<Header title="My profile" subtitle="Helper profile for the selected project" />
<main className="flex-1 overflow-auto px-8 py-6">
<p className="text-muted-foreground">You are not registered as a helper in this project.</p>
<p className="text-sm text-muted-foreground">You are not registered as a helper in this project.</p>
</main>
</div>
</div>
Expand Down