Browse Source

Add a Discord link

vintage
Fen Dweller 5 years ago
parent
commit
95d15ff107
1 changed files with 11 additions and 2 deletions
  1. +11
    -2
      src/components/Header.vue

+ 11
- 2
src/components/Header.vue View File

@@ -1,7 +1,13 @@
<template>
<div id="header">
<div>
This is the (extremely early alpha of the) new Feast. If you're looking for the old version, <a href="https://classic.feast.crux.sexy">go here!</a>
This is the (extremely early alpha of the) new Feast.
</div>
<div>
<a href="https://classic.feast.crux.sexy">Old version</a>
</div>
<div>
<a href="https://discord.gg/vqcKVV6">Discord Server</a>
</div>
<div>Version: {{version}}</div>
</div>
@@ -21,11 +27,14 @@ export default class Header extends Vue {
<style scoped>
#header {
flex: 1 1;
max-height: 60pt;
max-height: 30pt;
width: 100%;
background: #222;
top: 0%;
padding-top: 32pt;
padding-bottom: 32pt;
}
a {
color: #66b
}
</style>

Loading…
Cancel
Save