Skip to content

Commit

Permalink
updated_usage_page
Browse files Browse the repository at this point in the history
  • Loading branch information
RITIK-KHARYA committed Nov 8, 2024
1 parent 6287cef commit 93a9e95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/www/app/(routes)/usage/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import RightSidebar from "@/components/ui/Rightsidebar";
import UsageHome from "@/components/ui/Usagehome";
import { ScrollArea } from "@/components/ui/scroll-area";

export default function Usagepage() {
export default function UsagePage() {
return (
<div>
<div className="flex flex-col lg:flex-row w-full h-screen overflow-hidden">
Expand Down
7 changes: 1 addition & 6 deletions apps/www/components/ui/Leftsidebar.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
import { ScrollArea } from "./scroll-area";

// import Link from "next/link";
// import { usePathname } from "next/navigation";
// import { cn } from "@/lib/utils";

export default function LeftSidebar() {
const items = [
{ label: "Introduction" },
Expand Down Expand Up @@ -31,7 +26,7 @@ export default function LeftSidebar() {

return (
<div className="hidden lg:flex lg:flex-col md:mr-16 border-r text-sm lg:items-start lg:justify-start lg:w-full lg:h-full lg:top-8 lg:sticky lg:border-border lg:font-semibold">
<ScrollArea className="w-full">
<ScrollArea className="w-full h-full">
<div className="flex flex-col ml-4 w-full">
<h1 className="text-white h-12 w-full text-base flex items-center mt-3">
Getting Started
Expand Down

0 comments on commit 93a9e95

Please sign in to comment.