Skip to content

Commit

Permalink
chore:change demo content
Browse files Browse the repository at this point in the history
  • Loading branch information
maceteligolden committed Nov 27, 2023
1 parent 4a401e7 commit 5eb24a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/pages/kanban/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Kanban= () => {
todo: [
{
id: '1',
content: 'demo content',
content: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.',

Check warning on line 30 in apps/web/pages/kanban/index.tsx

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (amet)

Check warning on line 30 in apps/web/pages/kanban/index.tsx

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (adipiscing)

Check warning on line 30 in apps/web/pages/kanban/index.tsx

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (elit)

Check warning on line 30 in apps/web/pages/kanban/index.tsx

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (eiusmod)

Check warning on line 30 in apps/web/pages/kanban/index.tsx

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (tempor)

Check warning on line 30 in apps/web/pages/kanban/index.tsx

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (incididunt)

Check warning on line 30 in apps/web/pages/kanban/index.tsx

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (labore)

Check warning on line 30 in apps/web/pages/kanban/index.tsx

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (dolore)

Check warning on line 30 in apps/web/pages/kanban/index.tsx

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (aliqua)
tags: [
{
id: 'tag-1',
Expand Down

0 comments on commit 5eb24a9

Please sign in to comment.