diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-10-15 11:21:27 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-10-15 11:21:27 -0400 |
| commit | f4f4a70aac0513362bcfb24adf4ac6cfa1607cb4 (patch) | |
| tree | b265a010ce3005c32e0cb7da5de4b9580993dfa8 /pages/guidelines.js | |
| parent | 63f5409acea0d3c748aeef0a2d939bc6c097b1fc (diff) | |
| download | personal-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.js | 4 |
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'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'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> ) |
