Skip to content

Commit

Permalink
Merge pull request #39 from Nounspace/hy_upgrade_packages
Browse files Browse the repository at this point in the history
Upgrade Packages and make app build
  • Loading branch information
hiporox authored May 16, 2024
2 parents a491bc2 + c744562 commit f0d0c83
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 612 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@emotion/styled": "11",
"@farcaster/auth-kit": "^0.2.1",
"@farcaster/core": "^0.14.11",
"@farcaster/hub-web": "^0.8.0",
"@farcaster/hub-web": "0.8.4",
"@frames.js/render": "^0.2.5",
"@gumlet/react-hls-player": "^1.0.1",
"@hatsprotocol/modules-sdk": "^0.15.2",
Expand Down
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
Loading

0 comments on commit f0d0c83

Please sign in to comment.