feat: login (#2)

This commit is contained in:
Cody Tseng 2024-11-04 22:59:09 +08:00 committed by GitHub
parent 199b44d280
commit a7cf6dc5e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 382 additions and 86 deletions

View file

@ -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)}>