mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-03-23 13:24:21 +00:00
In progress: making rule page more readable
This commit is contained in:
@@ -17,7 +17,7 @@ export default async function RulePage({ params }: Props) {
|
|||||||
const { content, data } = matter(file);
|
const { content, data } = matter(file);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="prose mx-auto my-16 ml-8">
|
<div className="prose mx-auto my-16 ml-8 mr-8">
|
||||||
<h1>{data.title || params.slug.toUpperCase() + " REEGLID"}</h1>
|
<h1>{data.title || params.slug.toUpperCase() + " REEGLID"}</h1>
|
||||||
<ReactMarkdown
|
<ReactMarkdown
|
||||||
components={{
|
components={{
|
||||||
|
|||||||
Reference in New Issue
Block a user