aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/views/ChangelogView.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src-vue/src/views/ChangelogView.vue')
-rw-r--r--src-vue/src/views/ChangelogView.vue5
1 files changed, 3 insertions, 2 deletions
diff --git a/src-vue/src/views/ChangelogView.vue b/src-vue/src/views/ChangelogView.vue
index 9fca5e5b..ff4f2659 100644
--- a/src-vue/src/views/ChangelogView.vue
+++ b/src-vue/src/views/ChangelogView.vue
@@ -1,6 +1,7 @@
<template>
<div class="fc__changelog__container">
- <el-link :underline="false" icon="DocumentCopy" target="_blank" href="https://github.com/R2Northstar/Northstar/releases">
+ <el-link :underline="false" icon="DocumentCopy" target="_blank"
+ href="https://github.com/R2Northstar/Northstar/releases">
Open release notes
</el-link>
</div>
@@ -18,6 +19,6 @@ export default {
}
.el-link {
- color: white;
+ color: white;
}
</style>