Update src/client/app/admin/views/index.vue
This commit is contained in:
		| @@ -37,7 +37,7 @@ | |||||||
| 		</div> | 		</div> | ||||||
| 	</nav> | 	</nav> | ||||||
| 	<main> | 	<main> | ||||||
| 		<marquee-text v-if="instances.length > 0" v-show="!isMobile" class="instances" :repeat="10" :duration="10"> | 		<marquee-text v-if="instances.length > 0" class="instances" :repeat="10" :duration="10"> | ||||||
| 			<span v-for="instance in instances" class="instance"><b :style="{ background: instance.bg }">{{ instance.host }}</b>{{ instance.notesCount | number }}</span> | 			<span v-for="instance in instances" class="instance"><b :style="{ background: instance.bg }">{{ instance.host }}</b>{{ instance.notesCount | number }}</span> | ||||||
| 		</marquee-text> | 		</marquee-text> | ||||||
| 		<div class="page"> | 		<div class="page"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo