1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-28 11:39:52 +02:00
This commit is contained in:
Kamran Ahmed
2024-04-30 18:58:48 +01:00
parent b9b9a68eaa
commit 0fa4dfe93e

View File

@@ -125,7 +125,7 @@ export function TeamActivityItem(props: TeamActivityItemProps) {
<li key={user._id} className="rounded-md border overflow-hidden"> <li key={user._id} className="rounded-md border overflow-hidden">
<h3 className="flex flex-wrap items-center gap-1 bg-gray-100 px-2 py-2.5 text-sm"> <h3 className="flex flex-wrap items-center gap-1 bg-gray-100 px-2 py-2.5 text-sm">
{username} has {activities.length} updates in {uniqueResourcesCount}{' '} {username} has {activities.length} updates in {uniqueResourcesCount}{' '}
resources resource(s)
</h3> </h3>
<div className="py-3"> <div className="py-3">
<ul className="flex flex-col gap-2 ml-2 sm:ml-[36px]"> <ul className="flex flex-col gap-2 ml-2 sm:ml-[36px]">