Skip to content

Commit

Permalink
Merge pull request #319 from powerhouse-inc/remove-hello
Browse files Browse the repository at this point in the history
feat: remove hello from content
  • Loading branch information
gpuente authored May 30, 2024
2 parents 4250f7f + decd9c4 commit 233470c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ const Content = () => {

return (
<div className="flex h-full flex-col overflow-auto bg-gray-100 p-6">
hello
{selectedFileNode && selectedDocument ? (
<div className="flex-1 rounded-2xl bg-gray-50 p-4">
<Suspense
Expand Down

0 comments on commit 233470c

Please sign in to comment.