bolden version

This commit is contained in:
Mutasem 2021-07-08 15:23:25 +02:00
parent 73e752ac0f
commit 6fd3b97cc1

View file

@ -11,7 +11,7 @@
</template>
<template slot="content">
<section :class="$style['description']">
<p v-if="currentVersion">Youre on {{ currentVersion.name }}, which was released <strong>{{currentReleaseDate}}</strong> and is {{ nextVersions.length }} version{{nextVersions.length > 1 ? 's' : ''}} behind the latest and greatest n8n</p>
<p v-if="currentVersion">Youre on {{ currentVersion.name }}, which was released <strong>{{currentReleaseDate}}</strong> and is <strong> {{ nextVersions.length }} version{{nextVersions.length > 1 ? 's' : ''}}</strong> behind the latest and greatest n8n</p>
<a :class="$style.update" :href="infoUrl" v-if="infoUrl" target="_blank">
<font-awesome-icon icon="info-circle"></font-awesome-icon>