Skip to content

Commit

Permalink
Fix font-weight and delete create notebook options
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianUribe6 committed Mar 1, 2024
1 parent 0621541 commit e4f22bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions apps/front-end/src/app/[notebookId]/HomeScreenActions.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"use client";
import { createNotebook } from "@/actions/document";
import Button from "@/components/Button";
import { BookIcon, FileIcon } from "@/components/Icons";
import { newCategory, newPage, sidebarState } from "@/components/Sidebar/state";
Expand All @@ -19,12 +18,6 @@ function HomeScreenActions() {
New Category
</Button>
</li>
<li>
<Button variant="link" onClick={() => createNotebook()}>
<BookIcon className="mr-2" />
Create notebook test
</Button>
</li>
</ul>
);
}
Expand Down
2 changes: 1 addition & 1 deletion apps/front-end/src/app/[notebookId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function Home() {
<Typography
variant="h4"
as="h2"
className="text-gray-600 dark:text-gray-400"
className="!font-light text-gray-600 dark:text-gray-400"
>
Text editing reimagined
</Typography>
Expand Down

0 comments on commit e4f22bd

Please sign in to comment.