adding flow state in people panel

This commit is contained in:
talksik
2022-05-17 07:21:57 -05:00
parent 831f023525
commit 16c90d1b08
@@ -347,7 +347,7 @@ function LineDetails() {
hover:scale-105 transition-all"
>
<span className="text-teal-600 text-sm flex flex-row items-center gap-2 mt-2">
<FiSun /> <span>Right Now</span>
<FiSun /> <span>Right now</span>
</span>
{selectedLine.otherUserObjects.map((otherUser) => (
@@ -368,6 +368,10 @@ function LineDetails() {
</div>
))}
<span className="text-pink-500 text-sm flex flex-row items-center gap-2 mt-5">
<span>Flow state</span>
</span>
<span className="text-gray-300 text-sm flex flex-row items-center gap-2 mt-5">
<span>Offline</span>
</span>