Skip to content

Commit

Permalink
okay
Browse files Browse the repository at this point in the history
  • Loading branch information
RITIK-KHARYA committed Nov 8, 2024
1 parent af0cd8c commit 72ae2f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion apps/www/app/(routes)/usage/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import UsageHome from "@/components/custom/usage-home";
import LeftSidebar from "@/components/ui/Leftsidebar";
import RightSidebar from "@/components/ui/Rightsidebar";
import UsageHome from "@/components/ui/Usagehome";

import { ScrollArea } from "@/components/ui/scroll-area";

export default function UsagePage() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default function Usagehome() {
export default function UsageHome() {
return (
<div className=" w-full flex flex-col items-center overflow-x-hidden px-4 sm:px-6 ">
<h1 className="font-semibold text-2xl sm:text-3xl text-white flex justify-start items-center w-full h-12 mt-4 ml-4 sm:ml-6 lg:ml-10">
Expand All @@ -13,7 +13,7 @@ export default function Usagehome() {
<div className="mt-8 sm:mt-10 flex flex-col items-start justify-start w-full">
<div className="w-full flex flex-col items-start justify-start gap-y-6 sm:gap-y-8 lg:gap-y-10 px-4 sm:px-6 lg:px-10">
<section className="font-normal text-start w-full text-base sm:text-lg text-white">
This is NOT a component library. It's a collection of re-usable
This is NOT a component library. It&apos; a collection of re-usable
components that you can copy and paste into your apps.
</section>
<section className="font-normal text-start w-full text-base sm:text-lg text-white">
Expand Down

0 comments on commit 72ae2f1

Please sign in to comment.