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 apps/start/src/components/projects/project-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function ProjectCardRoot({
return (
<div
className={cn(
'relative card hover:-translate-y-px hover:shadow-sm',
'relative card hover:shadow-sm',
className,
)}
>
Expand Down
2 changes: 1 addition & 1 deletion apps/start/src/modals/create-invite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default function CreateInvite() {
<SheetTitle>Invite a user</SheetTitle>
<SheetDescription>
Invite users to your organization. They will receive an email
will instructions.
with instructions.
</SheetDescription>
</div>
</SheetHeader>
Expand Down