Skip to content

Commit

Permalink
fixes #62
Browse files Browse the repository at this point in the history
  • Loading branch information
makakken committed Feb 6, 2023
1 parent b7a1432 commit 61e8848
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions frontend/pages/contact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,22 @@
<v-card-text dense>
<v-alert type="info">
<p>
Für Fehler und Optimierungsideen kannst du gern
Für Fehler und Optimierungsideen kannst du gern auf
<a
href="https://gitreports.com/issue/konglomerat/roseguarden"
target="_blank"
href="https://github.com/konglomerat/roseguarden/issues/new/choose"
target="_blank"
>
Hier
github
</a>
ein Ticket erstellen.
<br>
(Account benötigt) ein Ticket erstellen oder uns eine E-Mail an:
<a href="mailto:[email protected]"
>[email protected]</a
>
senden.
<br />
Für Support-Anfragen schreib uns einfach eine E-Mail an:
<a href="mailto:[email protected]">[email protected]</a> .
<a href="mailto:[email protected]">[email protected]</a>
.
</p>
</v-alert>
</v-card-text>
Expand Down Expand Up @@ -58,5 +63,4 @@ export default {
};
</script>

<style scoped>
</style>
<style scoped></style>

0 comments on commit 61e8848

Please sign in to comment.