Skip to content
Open
Show file tree
Hide file tree
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/helper/settings/availability/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default function HelperSettingsPage() {
<div className="flex-1 flex flex-col overflow-hidden">
<Header title="Settings" subtitle="Helper settings" />
<main className="flex-1 overflow-auto p-6">
<p className="text-muted-foreground">You are not registered as a helper in this project.</p>
<p className="text-sm text-left pl-2 text-muted-foreground">You are not registered as a helper in this project.</p>
</main>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/app/helper/settings/profile/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ export default function HelperProfilePage() {
<Sidebar />
<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 p-8">
<p className="text-muted-foreground">You are not registered as a helper in this project.</p>
<main className="flex-1 overflow-auto p-6">
<p className="text-sm text-left pl-2 text-muted-foreground">You are not registered as a helper in this project.</p>
</main>
</div>
</div>
Expand Down