Skip to content

Commit

Permalink
fix: Use application wide style for link
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Sep 29, 2022
1 parent 6cce4b8 commit cdf0fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-vue/src/views/SettingsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</template>
</el-input>
<h3>About:</h3>
UI design inspired by <a target="_blank" href="https://github.com/TFORevive/tforevive_launcher/">TFORevive Launcher</a> (not yet public)
UI design inspired by <el-link :underline="false" target="_blank" href="https://github.com/TFORevive/tforevive_launcher/" type="primary">TFORevive Launcher</el-link> (not yet public)
</div>
</template>

Expand Down

0 comments on commit cdf0fc5

Please sign in to comment.