mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 18:07:31 -07:00
fix(client): Fix federation widget
This commit is contained in:
parent
69cec74898
commit
15d9c00156
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
<a class="a" :href="'https://' + instance.host" target="_blank" :title="instance.host">#{{ instance.host }}</a>
|
||||
<p>{{ instance.softwareName }} {{ instance.softwareVersion }}</p>
|
||||
</div>
|
||||
<x-chart class="chart" :src="stat.chart"/>
|
||||
<!-- TODO: <x-chart class="chart" :src="stat.chart"/> -->
|
||||
</div>
|
||||
</transition-group>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue