Skip to content

Commit

Permalink
Add a link to the new Discord channel over at Xenharmonic Alliance
Browse files Browse the repository at this point in the history
Make About view styles scoped.

ref #468
  • Loading branch information
frostburn committed Jan 6, 2024
1 parent 6b9df7c commit 344214d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/views/AboutView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
<em>Because there are more than 12 notes</em>
</p>
<div class="control-group">
<div class="control">
<div class="control centered">
<a
class="btn"
href="https://github.com/xenharmonic-devs/scale-workshop/wiki"
target="_blank"
>User guide</a
>
<a class="btn" href="https://discord.gg/9nFzvpHJWn">Discord</a>
<a class="btn" href="https://github.com/xenharmonic-devs/scale-workshop">GitHub</a>
<a class="btn" href="https://github.com/xenharmonic-devs/scale-workshop/issues"
>Report an issue</a
Expand All @@ -36,7 +37,7 @@
</div>
</template>

<style>
<style scoped>
.about {
height: 100vh;
padding: 1rem;
Expand All @@ -45,6 +46,9 @@
align-items: center;
justify-content: center;
}
.centered {
justify-content: center;
}
hr {
width: 100%;
margin-bottom: 1rem;
Expand Down

0 comments on commit 344214d

Please sign in to comment.