Skip to content

Commit

Permalink
[Improvement] Remove “frames” title from the profile (#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
JFrankfurt authored Oct 2, 2024
1 parent 9b3dffa commit 492e33c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
} from 'apps/web/src/components/Basenames/UsernameProfileSectionFrames/Context';
import FarcasterAccountModal from 'apps/web/src/components/Basenames/UsernameProfileSectionFrames/FarcasterAccountModal';
import FrameListItem from 'apps/web/src/components/Basenames/UsernameProfileSectionFrames/FrameListItem';
import UsernameProfileSectionTitle from 'apps/web/src/components/Basenames/UsernameProfileSectionTitle';
import { Button, ButtonSizes } from 'apps/web/src/components/Button/Button';
import ImageAdaptive from 'apps/web/src/components/ImageAdaptive';
import { ActionType } from 'libs/base-ui/utils/logEvent';
Expand Down Expand Up @@ -69,8 +68,7 @@ function SectionContent() {
}
return (
<section>
<div className="flex flex-row justify-between">
<UsernameProfileSectionTitle title="Frames" />
<div className="flex flex-row-reverse justify-between">
{currentWalletIsProfileOwner && (
<Link
onClick={handleAddFrameLinkClick}
Expand Down

0 comments on commit 492e33c

Please sign in to comment.