nice flow almost done

This commit is contained in:
Arjun Patel
2022-01-18 19:18:32 -08:00
parent 424daad11b
commit 5ab379feaf
3 changed files with 140 additions and 29 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ export default function RoomCard(props: IRoomCardProps) {
isUserInRoom
? " bg-gray-400 bg-opacity-25 text-gray-400"
: "bg-gray-300 bg-opacity-25 text-white"
} bg-gray-400 bg-opacity-25 p-2 ml-auto rounded hover:bg-opacity-40`}
} bg-gray-400 bg-opacity-25 p-2 ml-auto rounded hover:bg-opacity-40`}
>
<FaLink className="text-sm" />
</button>