this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: minor bug fixes

+4 -1
+3
www/Dockerfile
··· 8 8 9 9 RUN pnpm install --frozen-lockfile 10 10 11 + ARG VITE_API_URL 12 + ENV VITE_API_URL=$VITE_API_URL 13 + 11 14 RUN pnpm --filter www build 12 15 13 16 WORKDIR /app/www
+1 -1
www/src/routes/index.tsx
··· 44 44 const followerAvatarCid = 45 45 data.followerTangledProfile?.avatar ?? data.followerBskyProfile?.avatar; 46 46 const followedAvatarCid = 47 - data.followerTangledProfile?.avatar ?? data.followerBskyProfile?.avatar; 47 + data.followedTangledProfile?.avatar ?? data.followedBskyProfile?.avatar; 48 48 49 49 return ( 50 50 <div className="flex w-full max-w-3xl gap-1 rounded border border-gray-300 bg-white p-4">