Skip to content

Commit

Permalink
remove one mock message
Browse files Browse the repository at this point in the history
  • Loading branch information
firehawk89 committed Sep 25, 2023
1 parent da7fe85 commit 63cd811
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import Message from '@/components/message'
const now = Date.now()
const MOCK_MESSAGES = [
{ sentAt: now - 1000 * 60 * 30, content: `...` },
{ sentAt: now - 1000 * 60 * 20, content: `I\'m not empty` },
{ sentAt: now - 1000 * 60 * 10, content: `Hello, i\'m a message! 😎` },
{
sentAt: now,
Expand Down

0 comments on commit 63cd811

Please sign in to comment.