From 7a3b67058a345ffb1673a5db6a021011757dd070 Mon Sep 17 00:00:00 2001
From: Ruby Star <perhaps-you-know@what-is.ml>
Date: Sun, 4 Jun 2023 16:24:56 +0400
Subject: [PATCH] fix(dashboard): use html instead of markdown to link to the
 discord

---
 dashboard/src/components/dashboard/GuildImportExport.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dashboard/src/components/dashboard/GuildImportExport.vue b/dashboard/src/components/dashboard/GuildImportExport.vue
index 1f335199..9f8cf1cf 100644
--- a/dashboard/src/components/dashboard/GuildImportExport.vue
+++ b/dashboard/src/components/dashboard/GuildImportExport.vue
@@ -3,7 +3,7 @@
     <h1>Import / Export</h1>
     <p>
       <strong>Note!</strong>
-      This feature is currently experimental. Make sure to always export a backup before importing server data. If you encounter any issues, please report them on the [Zeppelin Discord server](https://discord.gg/zeppelin).
+      This feature is currently experimental. Make sure to always export a backup before importing server data. If you encounter any issues, please report them on the <a href="https://discord.gg/zeppelin">Zeppelin Discord Server</a>.
     </p>
 
     <h2>Export server data</h2>