feat: login (#2)
This commit is contained in:
parent
199b44d280
commit
a7cf6dc5e8
27 changed files with 382 additions and 86 deletions
|
|
@ -111,7 +111,9 @@ export default function NoteList({
|
|||
<>
|
||||
{newEvents.length > 0 && (
|
||||
<div className="flex justify-center w-full mb-4">
|
||||
<Button onClick={showNewEvents}>show new notes</Button>
|
||||
<Button size="lg" onClick={showNewEvents}>
|
||||
show new notes
|
||||
</Button>
|
||||
</div>
|
||||
)}
|
||||
<div className={cn('flex flex-col gap-4', className)}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue