Skip to content

Commit

Permalink
update template
Browse files Browse the repository at this point in the history
  • Loading branch information
apathania22 committed Dec 16, 2023
1 parent f07824f commit 4afc9ee
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/components/NoteList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,6 @@ function NoteList({ notes }) {
<header>
<ul className="note-meta">
<li>#{index + 1}</li>
<li>
<time dateTime={note.id}>
{new Date(note.id).toLocaleDateString('en-US', {
day: 'numeric',
month: 'short',
year: 'numeric',
hour: '2-digit',
minute: '2-digit',
})}
</time>
</li>
</ul>
<h2>{note.title}</h2>
</header>
Expand Down

0 comments on commit 4afc9ee

Please sign in to comment.