forked from andyburke/autonomous.contact
refactor: #518
This commit is contained in:
parent
f6cd05beac
commit
7b2502d78e
2 changed files with 2 additions and 2 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* Dark mode default */
|
||||
:root {
|
||||
--base-color: #fa0;
|
||||
--base-color: #518;
|
||||
|
||||
--bg: hsl(from var(--base-color) h 20% 7.5%);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue