diff --git a/src/App.vue b/src/App.vue index 23ad91b..d0c7de7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -18,7 +18,7 @@ loadInstanceInfo() watch($$(currentUser), () => { const title = currentUser ? `@${currentUser.username}` : "Federated social network" - document.title = `Mitra | ${title}` + document.title = `FediMovies.rocks | ${title}` }, { immediate: true }) diff --git a/src/api/instance.ts b/src/api/instance.ts index f3bd539..9c87cd0 100644 --- a/src/api/instance.ts +++ b/src/api/instance.ts @@ -41,7 +41,7 @@ export interface InstanceInfo { }, }, login_message: string; - blockchains: BlockchainInfo[]; + blockchains: BlockchainInfo[] | null; ipfs_gateway_url: string | null; } diff --git a/src/components/Avatar.vue b/src/components/Avatar.vue index 7c8dfa4..cbd2f6d 100644 --- a/src/components/Avatar.vue +++ b/src/components/Avatar.vue @@ -32,11 +32,11 @@ const avatarUrl = computed(() => {