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 app/(dashboard)/_components/empty-boards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const EmptyBoards = () => {
<h2 className="text-2xl font-semibold mt-6">
Create your first board!
</h2>
<p className="text-muted-foreground textg-sm mt-2">
<p className="text-muted-foreground text-sm mt-2">
Start by creating a board for your organization
</p>
<div className="mt-6">
Expand Down
2 changes: 1 addition & 1 deletion app/(dashboard)/_components/empty-favorites.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const EmptyFavorites = () => {
<h2 className="text-2xl font-semibold mt-6">
No favorite boards!
</h2>
<p className="text-muted-foreground textg-sm mt-2">
<p className="text-muted-foreground text-sm mt-2">
Try favoriting a board
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/(dashboard)/_components/empty-search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const EmptySearch = () => {
<h2 className="text-2xl font-semibold mt-6">
No results found!
</h2>
<p className="text-muted-foreground textg-sm mt-2">
<p className="text-muted-foreground text-sm mt-2">
Try searching for something else
</p>
</div>
Expand Down