Skip to content

Commit 1b6598b

Browse files
committed
Merge branch 'feat/admin-flow' of https://github.com/ProjectTech4DevAI/kaapi-frontend into feat/google-integration
1 parent bd1e94f commit 1b6598b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

app/components/settings/onboarding/ProjectList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default function ProjectList({
5151
<div>
5252
<button
5353
onClick={onBack}
54-
className="text-sm text-text-secondary hover:text-text-primary mb-6 flex items-center gap-1 transition-colors"
54+
className="text-sm text-text-secondary hover:text-text-primary mb-4 flex items-center gap-1 transition-colors cursor-pointer"
5555
>
5656
<ArrowLeftIcon className="w-3.5 h-3.5" /> Back to organizations
5757
</button>

app/components/settings/onboarding/UserList.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,12 @@ export default function UserList({
9191

9292
return (
9393
<div>
94-
<Button variant="ghost" size="sm" onClick={onBack}>
94+
<button
95+
onClick={onBack}
96+
className="text-sm text-text-secondary hover:text-text-primary mb-4 flex items-center gap-1 transition-colors cursor-pointer"
97+
>
9598
<ArrowLeftIcon className="w-3.5 h-3.5" /> Back to projects
96-
</Button>
99+
</button>
97100

98101
<div className="flex items-center justify-between mb-4">
99102
<div>

0 commit comments

Comments
 (0)