Skip to content

Commit

Permalink
change column to category again
Browse files Browse the repository at this point in the history
  • Loading branch information
tuckner committed Dec 14, 2023
1 parent 20837a9 commit c179d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Board/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default function Index() {
onClick={() => setEditBoard(true)}
className="h-full dark:bg-secondary/20 cursor-pointer flex flex-col justify-center text-center rounded-lg"
>
<p className="text-xl text-gray font-bold"> + New Column</p>
<p className="text-xl text-gray font-bold"> + New Category</p>
</div>
</div>
</DragDropContext>
Expand Down

0 comments on commit c179d48

Please sign in to comment.