diff --git a/packages/client/src/components/instance-ticker.vue b/packages/client/src/components/instance-ticker.vue index af30e2d31..7704b7d7f 100644 --- a/packages/client/src/components/instance-ticker.vue +++ b/packages/client/src/components/instance-ticker.vue @@ -1,7 +1,7 @@ @@ -10,6 +10,8 @@ import { instanceName, version, software } from '@/config'; const props = defineProps<{ + // null signifies localhost + host: string | null; instance?: { faviconUrl?: string; name: string; diff --git a/packages/client/src/components/note-detailed.vue b/packages/client/src/components/note-detailed.vue index f4af825a4..f617f4237 100644 --- a/packages/client/src/components/note-detailed.vue +++ b/packages/client/src/components/note-detailed.vue @@ -43,7 +43,7 @@
- +
diff --git a/packages/client/src/components/note.vue b/packages/client/src/components/note.vue index 484de45e3..e65ba298f 100644 --- a/packages/client/src/components/note.vue +++ b/packages/client/src/components/note.vue @@ -34,7 +34,7 @@
- +