rebrand to campfire!

This commit is contained in:
ari melody 2024-06-30 17:37:19 +01:00
parent 078b3c21f6
commit e5d8cafd25
18 changed files with 54 additions and 101 deletions

View file

@ -4,7 +4,7 @@ import { get, writable } from 'svelte/store';
let client = writable(false);
const save_name = "spacesocial";
const save_name = "campfire";
export class Client {
instance;