diff --git a/components/instance/small-card.vue b/components/instance/small-card.vue new file mode 100644 index 0000000..305dc75 --- /dev/null +++ b/components/instance/small-card.vue @@ -0,0 +1,41 @@ + + + + + + {{ + instance.domain + }} + + + {{ + instance.versia_version || instance.version + }} + + + + + {{ + instance.title + }} + + + {{ + instance.description + }} + + + + + diff --git a/components/sidebars/instance/instance-header.vue b/components/sidebars/instance/instance-header.vue index 50e23f8..35c57c7 100644 --- a/components/sidebars/instance/instance-header.vue +++ b/components/sidebars/instance/instance-header.vue @@ -1,12 +1,10 @@ @@ -16,32 +14,7 @@ const instance = useInstance(); - - - - - {{ - instance?.title ?? - m.short_zippy_felix_kick() - }} - - - {{ - instance?.description ?? - m.top_active_ocelot_cure() - }} - - - +
+ {{ + instance.description + }} +