Made feedback page go to discord
This commit is contained in:
44
app/imports/ui/pages/Feedback.vue
Normal file
44
app/imports/ui/pages/Feedback.vue
Normal file
@@ -0,0 +1,44 @@
|
||||
<template lang="html">
|
||||
<div
|
||||
class="layout column align-center pa-2"
|
||||
>
|
||||
<v-card>
|
||||
<iframe
|
||||
src="https://discordapp.com/widget?id=120762305087668224&theme=dark"
|
||||
width="100%"
|
||||
height="500"
|
||||
allowtransparency="true"
|
||||
frameborder="0"
|
||||
/>
|
||||
<v-card-title primary-title>
|
||||
<div>
|
||||
<h3 class="headline mb-0">
|
||||
DiceCloud Discord server
|
||||
</h3>
|
||||
<div>
|
||||
To give feedback or get support using DiceCloud,
|
||||
join the official Discord server
|
||||
</div>
|
||||
</div>
|
||||
</v-card-title>
|
||||
<v-card-actions>
|
||||
<v-spacer />
|
||||
<v-btn
|
||||
flat
|
||||
color="primary"
|
||||
href="https://discord.gg/qEvdfeB"
|
||||
>
|
||||
Join
|
||||
</v-btn>
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="css" scoped>
|
||||
</style>
|
||||
Reference in New Issue
Block a user