Update index.ts

This commit is contained in:
Stefan Pejcic
2024-04-30 11:44:52 +02:00
committed by GitHub
parent 93223ef412
commit 3f64f3dd00

View File

@@ -30,16 +30,7 @@ const Translations: React.FC = () => {
return (
<CommonLayout>
<div className="refine-prose">
<CommonHeader hasSticky={true} />
<div className="flex-1 flex flex-col pt-8 lg:pt-16 pb-32 max-w-[800px] w-full mx-auto px-2">
<h1>Translations</h1>
{/* Display README content as HTML */}
<div dangerouslySetInnerHTML={renderMarkdown(readmeContent)} />
</div>
<BlogFooter />
</div>
</CommonLayout>
);
};