Skip to content

Commit

Permalink
More helpful empty projects table text (#2412)
Browse files Browse the repository at this point in the history
* more helpful empty projects table text

* drop the period
  • Loading branch information
david-crespo authored Sep 4, 2024
1 parent 169edee commit 12fc862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/pages/ProjectsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const EmptyState = () => (
<EmptyMessage
icon={<Folder24Icon />}
title="No projects"
body="Create a project to see it here"
body="Create a project to start working with instances, disks, and more"
buttonText="New project"
buttonTo={pb.projectsNew()}
/>
Expand Down
2 changes: 1 addition & 1 deletion app/ui/lib/EmptyMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function EmptyMessage(props: Props) {
)
}
return (
<div className="m-4 flex max-w-[14rem] flex-col items-center text-center">
<div className="m-4 flex max-w-[18rem] flex-col items-center text-center">
{props.icon && (
<div className="mb-4 rounded p-1 leading-[0] text-accent bg-accent-secondary">
{props.icon}
Expand Down

0 comments on commit 12fc862

Please sign in to comment.