diff options
| author | WindowsAddict | 2024-03-12 16:37:32 +0000 |
|---|---|---|
| committer | WindowsAddict | 2024-03-12 16:37:32 +0000 |
| commit | 8d05d630b50c101ebb1deea23f003f11811233b4 (patch) | |
| tree | 416175c83b1166dfedaa531b08938dad07349bee /_site | |
| parent | 9b1c1e9804d877d743d63666821229ea7ba333a2 (diff) | |
| download | massgrave.dev-8d05d630b50c101ebb1deea23f003f11811233b4.zip | |
Update discord logo
Diffstat (limited to '_site')
| -rw-r--r-- | _site/styles.css | 7 | ||||
| -rw-r--r-- | _site/troubleshoot.html | 6 |
2 files changed, 10 insertions, 3 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&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>
|
