This commit is contained in:
Andy Burke 2025-10-10 16:43:44 -07:00
parent f6cd05beac
commit 7b2502d78e
2 changed files with 2 additions and 2 deletions

View file

@ -142,7 +142,7 @@ export function get_events_collection_for_topic(topic_id: string): FSDB_COLLECTI
event_id.slice(0, 14),
event_id.slice(0, 34),
event_id,
`${event_id}.json` /* TODO: this should be ${id}.json */
`${event_id}.json` /* TODO: this should be ${id}.json - need to write a converter */
];
},
indexers: {

View file

@ -1,6 +1,6 @@
/* Dark mode default */
:root {
--base-color: #fa0;
--base-color: #518;
--bg: hsl(from var(--base-color) h 20% 7.5%);