Browse Source

Update index.ts

Stefan Pejcic 1 year ago
parent
commit
3f64f3dd00
1 changed files with 0 additions and 9 deletions
  1. 0 9
      documentation/src/pages/translations/index.ts

+ 0 - 9
documentation/src/pages/translations/index.ts

@@ -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>
     );
 };