diff --git a/app/(home-pages)/p/[didOrHandle]/ProfileLayout.tsx b/app/(home-pages)/p/[didOrHandle]/ProfileLayout.tsx index cf21528a..28d5bf65 100644 --- a/app/(home-pages)/p/[didOrHandle]/ProfileLayout.tsx +++ b/app/(home-pages)/p/[didOrHandle]/ProfileLayout.tsx @@ -14,7 +14,7 @@ export function ProfileLayout(props: { children: React.ReactNode }) { : "overflow-y-auto h-full border border-border-light rounded-lg! container px-3 sm:px-4 " } max-w-prose w-full - flex flex-col mb-3 + flex flex-col text-center `} > diff --git a/app/(home-pages)/p/[didOrHandle]/PubListing.tsx b/app/(home-pages)/p/[didOrHandle]/PubListing.tsx index e948a047..0155e4b6 100644 --- a/app/(home-pages)/p/[didOrHandle]/PubListing.tsx +++ b/app/(home-pages)/p/[didOrHandle]/PubListing.tsx @@ -2,7 +2,7 @@ import { AtUri } from "@atproto/syntax"; import { PublicationSubscription } from "app/(home-pages)/reader/getSubscriptions"; import { PubIcon } from "components/ActionBar/Publications"; -import { SubscribeButton } from "components/Subscribe/SubscribeButton"; +import { SubscribeInput } from "components/Subscribe/SubscribeButton"; import { usePubTheme } from "components/ThemeManager/PublicationThemeProvider"; import { BaseThemeProvider } from "components/ThemeManager/ThemeProvider"; import { blobRefToSrc } from "src/utils/blobRefToSrc"; @@ -50,9 +50,9 @@ export const PubListing = (props: PubListingProps) => { backgroundSize: `${backgroundImageRepeat ? `${backgroundImageSize}px` : "cover"}`, }} > - +