Skip to content

Commit

Permalink
fix: remove some broken stuff to allow build to work
Browse files Browse the repository at this point in the history
  • Loading branch information
hiporox committed May 16, 2024
1 parent f78544b commit c744562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
23 changes: 0 additions & 23 deletions src/app/sandbox/fidgets/[fidgetName]/page.tsx

This file was deleted.

4 changes: 2 additions & 2 deletions src/pages/profile/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,9 @@ export default function Profile({ profile }) {
className = {editMode ? "rounded-full bg-white size-12 absolute top-6 right-4 z-10 flex opacity-90 hover:opacity-100 duration-500" : "rounded-full bg-white size-12 absolute top-6 right-4 z-10 flex opacity-50 hover:opacity-100 duration-500"}>
<RiPencilFill className={editMode ? "text-slate-900 font-semibold text-2xl absolute transform -translate-x-1/2 -translate-y-1/2 top-1/2 left-1/2" : "x text-gray-700 font-semibold text-2xl absolute transform -translate-x-1/2 -translate-y-1/2 top-1/2 left-1/2"}/>
</button>
<Space config={retrieveConfig(user, 0)} isEditable={editMode}>
{/* <Space config={retrieveConfig(user, 0)} isEditable={editMode}> */}
{renderFeed()}
</Space>
{/* </Space> */}
</div>
);

Expand Down

0 comments on commit c744562

Please sign in to comment.