aboutsummaryrefslogtreecommitdiff
path: root/pages/guidelines.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-10-15 11:21:27 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-10-15 11:21:27 -0400
commitf4f4a70aac0513362bcfb24adf4ac6cfa1607cb4 (patch)
treeb265a010ce3005c32e0cb7da5de4b9580993dfa8 /pages/guidelines.js
parent63f5409acea0d3c748aeef0a2d939bc6c097b1fc (diff)
downloadpersonal-website-f4f4a70aac0513362bcfb24adf4ac6cfa1607cb4.tar.gz
personal-website-f4f4a70aac0513362bcfb24adf4ac6cfa1607cb4.tar.bz2
personal-website-f4f4a70aac0513362bcfb24adf4ac6cfa1607cb4.zip
Added a 404 page
Diffstat (limited to 'pages/guidelines.js')
-rw-r--r--pages/guidelines.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/guidelines.js b/pages/guidelines.js
index 26b2350..5a308b7 100644
--- a/pages/guidelines.js
+++ b/pages/guidelines.js
@@ -83,10 +83,10 @@ export default function Guidelines() {
<h2 className="text-2xl font-bold">Threads</h2>
<p>Threads is a new Discord feature which allows you to make subchannels. We have set a policy to not allow to make threads with little to no value, if you made a thread in which has little to no value, it is considered to be spam and we will remove it. If caught doing it continuously, there will be consequences.</p>
</div>
- <p className="mt-3">We recommend you to follow Discord&apos;s <a href="https://discord.com/terms" className="text-blue-300">Terms of Service</a> and <a href="https://discord.com/guidelines" className="text-blue-300">Community Guidelines</a></p>
+ <p className="mt-3">We recommend you to follow Discord&apos;s <a href="https://discord.com/terms" className="link">Terms of Service</a> and <a href="https://discord.com/guidelines" className="link">Community Guidelines</a></p>
</div>
<p>Last updated: October 14th, 2022</p>
- <a href="#top" className="text-gray-300">Back to top</a>
+ <a href="#top" className="link">Back to top</a>
</div>
</div>
)