style: adjust font size
This commit is contained in:
parent
524c57c237
commit
ad24ac3e95
17 changed files with 85 additions and 88 deletions
|
|
@ -123,7 +123,7 @@ export default function NoteList({
|
|||
<NoteCard key={`${i}-${event.id}`} className="w-full" event={event} />
|
||||
))}
|
||||
</div>
|
||||
<div className="text-center text-xs text-muted-foreground mt-2">
|
||||
<div className="text-center text-sm text-muted-foreground mt-2">
|
||||
{hasMore ? <div ref={bottomRef}>loading...</div> : 'no more notes'}
|
||||
</div>
|
||||
</>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue