mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update index.ts
This commit is contained in:
@@ -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>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user