Fix not being able to click the link on the docs page
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 1m0s
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 1m0s
This commit is contained in:
parent
e3e8df6953
commit
bf1c1af0e5
@ -36,7 +36,7 @@ const DocsPage = (): ReactElement => (
|
||||
<h2 className="text-2xl">
|
||||
This page is still under construction, however we do have a{" "}
|
||||
<Link
|
||||
className="text-minecraft-green-4"
|
||||
className="text-minecraft-green-4 pointer-events-auto"
|
||||
href="https://git.rainnny.club/Rainnny/RESTfulMC/wiki"
|
||||
>
|
||||
Wiki
|
||||
|
Loading…
Reference in New Issue
Block a user