aboutsummaryrefslogtreecommitdiff
path: root/src-vue
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2023-02-06 17:50:26 +0100
committerGitHub <noreply@github.com>2023-02-06 17:50:26 +0100
commit782588f66d4e72df53376d1e8aa96c35d3225d8c (patch)
tree0bd73401fe9f2cdc140352d8fb25c8bb397e47a7 /src-vue
parenta7e28562bb64e800f30b4f82a942ece2284b4121 (diff)
downloadFlightCore-782588f66d4e72df53376d1e8aa96c35d3225d8c.tar.gz
FlightCore-782588f66d4e72df53376d1e8aa96c35d3225d8c.zip
feat: Show text when hovering Thunderstore icon (#167)
in LocalModsView
Diffstat (limited to 'src-vue')
-rw-r--r--src-vue/src/views/mods/LocalModsView.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src-vue/src/views/mods/LocalModsView.vue b/src-vue/src/views/mods/LocalModsView.vue
index 4541b9c8..59b51936 100644
--- a/src-vue/src/views/mods/LocalModsView.vue
+++ b/src-vue/src/views/mods/LocalModsView.vue
@@ -16,6 +16,7 @@
{{ mod.name }}
<img
v-if="mod.thunderstore_mod_string != null"
+ title="This Northstar mod is part of a Thunderstore mod"
src="/src/assets/thunderstore-icon.png"
class="image"
height="16"