Skip to content

Commit

Permalink
Merge pull request #336 from MerginMaps/iss_335_mobile-app-tag
Browse files Browse the repository at this point in the history
rename mobile since badge
  • Loading branch information
tomasMizera authored Jul 21, 2023
2 parents 31c2221 + d331511 commit be3d587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.vuepress/components/SinceBadge.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<span>
<span class="sincebadge" v-if="type === 'App'" >since Input App {{ version }}</span>
<span class="sincebadge" v-if="type === 'App'" >since Mobile {{ version }}</span>
<span class="sincebadge" v-else-if="type === 'Plugin'">since Plugin {{ version }}</span>
<span class="sincebadge" v-else-if="type === 'Server'">since Server {{ version }}</span>
</span>
Expand Down

0 comments on commit be3d587

Please sign in to comment.