summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_site/styles.css7
-rw-r--r--_site/troubleshoot.html6
-rw-r--r--styles.css7
-rw-r--r--troubleshoot.md2
4 files changed, 17 insertions, 5 deletions
diff --git a/_site/styles.css b/_site/styles.css
index 69d6a1c..c9b40af 100644
--- a/_site/styles.css
+++ b/_site/styles.css
@@ -120,4 +120,9 @@ video {
.navbar .container {
width: 100%;
}
-} \ No newline at end of file
+}
+
+.discord-widget {
+ padding-top: .75em;
+ text-align: center;
+}
diff --git a/_site/troubleshoot.html b/_site/troubleshoot.html
index 03ee82e..4b394f7 100644
--- a/_site/troubleshoot.html
+++ b/_site/troubleshoot.html
@@ -408,8 +408,10 @@ or <a
href="https://github.com/massgravel/Microsoft-Activation-Scripts">GitHub</a>
with an error screenshot.</p></li>
</ul>
-<p><a href="https://discord.gg/tVFN4N84PP"><img
-src="images/logo_discord.png" /></a></p>
+<div class="discord-widget">
+<iframe src="https://discord.com/widget?id=746721520931569757&amp;theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts">
+</iframe>
+</div>
<hr />
</div>
diff --git a/styles.css b/styles.css
index 69d6a1c..c9b40af 100644
--- a/styles.css
+++ b/styles.css
@@ -120,4 +120,9 @@ video {
.navbar .container {
width: 100%;
}
-} \ No newline at end of file
+}
+
+.discord-widget {
+ padding-top: .75em;
+ text-align: center;
+}
diff --git a/troubleshoot.md b/troubleshoot.md
index 2e1d186..ee5d941 100644
--- a/troubleshoot.md
+++ b/troubleshoot.md
@@ -12,6 +12,6 @@ pagetitle: Troubleshooting
- **Reach out to us** on [Discord](https://discord.gg/tVFN4N84PP) (signup not required) or [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) with an error screenshot.
-[![](images/logo_discord.png)](https://discord.gg/tVFN4N84PP)
+<div class="discord-widget"><iframe src="https://discord.com/widget?id=746721520931569757&amp;theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe></div>
------------------------------------------------------------------------