Skip to content

Commit

Permalink
Removed heading on empty Manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwf committed Dec 19, 2024
1 parent 7d09e07 commit 316cd57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/components/src/ManifestOverviewEmptyState.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export function ManifestOverviewEmptyState({ onCreate, canCreate }: { onCreate:
onClick={canCreate ? onCreate : undefined}
className="border-2 border-dotted bg-black/5 aspect-[3/4] rounded w-32 border-black"
/>
<div className="font-bold text-lg">Good to go!</div>
<div className="max-w-xl px-5">
Add a title and top level information for this manifest using the editing panel, and then add some canvases and
content.
Expand Down

0 comments on commit 316cd57

Please sign in to comment.