release v2.5.0 #132

Merged
deblan merged 18 commits from develop into master 2022-09-01 10:50:18 +02:00
Showing only changes of commit 69e2c0670a - Show all commits

View file

@ -17,9 +17,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<template>
<div v-bind:class="classes">
<a v-if="link !== null" v-bind:href="link">
<img v-bind:src="image">
<img v-bind:src="image" alt="Logo">
</a>
<img v-else v-bind:src="image">
<img v-else v-bind:src="image" alt="Logo">
</div>
</template>