refactor: refresh

This commit is contained in:
2024-02-27 17:51:31 +00:00
parent 364d2c272f
commit f93a398039
75 changed files with 1434 additions and 2476 deletions

View File

@ -14,7 +14,7 @@ interface EventProps {
link: NostrLink;
}
export function EventIcon({ kind }: { kind: EventKind }) {
export function EventIcon({ kind }: { kind?: EventKind }) {
if (kind === GOAL) {
return <Icon name="piggybank" />;
}