Skip to content

Commit

Permalink
refactor: removed doc panel table of content
Browse files Browse the repository at this point in the history
  • Loading branch information
EnergyCube committed Oct 9, 2024
1 parent e11cd25 commit 7af7b5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs-panel/src/pages/DocsPage/DocsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export const DocsPage = () => {

return (
<div className="flex">
<div className="h-screen overflow-y-scroll w-full md:w-3/4">
<div className="h-screen overflow-y-scroll w-full"> {/* w-3/4 */}
<div className="max-w-5xl mx-auto px-4 sm:px-6 md:px-8 py-12 space-y-8">
<h1 className="text-3xl font-extrabold">Osmium Extension Documentation</h1>
{/* Settings explanation */}
Expand Down Expand Up @@ -217,7 +217,7 @@ export const DocsPage = () => {
</div>
</div>

<div className="hidden md:block bg-white-200 w-1/4">
{/* <div className="hidden md:block bg-white-200 w-1/4">
<div className="space-y-4 p-4">
<h2 className="text-xl font-semibold text-white-900">Table of Contents</h2>
<nav className="space-y-1">
Expand All @@ -232,7 +232,7 @@ export const DocsPage = () => {
))}
</nav>
</div>
</div>
</div> */}
</div>
);
};

0 comments on commit 7af7b5d

Please sign in to comment.