tangled
alpha
login
or
join now
danabra.mov
/
statusphere-react
forked from
samuel.fm/statusphere-react
0
fork
atom
the statusphere demo reworked into a vite/react app in a monorepo
0
fork
atom
overview
issues
pulls
pipelines
make handles clickable
samuel.fm
1 year ago
e7df4d56
cfad45a0
+7
-2
1 changed file
expand all
collapse all
unified
split
packages
client
src
components
StatusList.tsx
+7
-2
packages/client/src/components/StatusList.tsx
···
81
81
</div>
82
82
<div className="flex-1">
83
83
<div className="text-gray-600 dark:text-gray-300 text-base">
84
84
-
<span className="font-medium text-gray-700 dark:text-gray-200 hover:underline">
84
84
+
<a
85
85
+
target="_blank"
86
86
+
rel="noopener noreferrer"
87
87
+
href={`https://bsky.app/profile/${handle}`}
88
88
+
className="font-medium text-gray-700 dark:text-gray-200 hover:underline"
89
89
+
>
85
90
@{handle}
86
86
-
</span>{' '}
91
91
+
</a>{' '}
87
92
{isToday ? (
88
93
<span>
89
94
is feeling{' '}