minor fix

This commit is contained in:
daniel31x13 2023-11-19 08:18:10 -05:00
parent 614d92f050
commit e2f9439d40

View File

@ -30,7 +30,7 @@ export default function ViewTeam({ collection }: Props) {
<div className="flex flex-col gap-3 sm:w-[35rem] w-80"> <div className="flex flex-col gap-3 sm:w-[35rem] w-80">
<p className="ml-10 text-xl font-thin">Team</p> <p className="ml-10 text-xl font-thin">Team</p>
<p>Here's all the members that are collaborating in this collection.</p> <p>Here are all the members who are collaborating on this collection.</p>
<div <div
className="relative border px-2 rounded-md border-sky-100 dark:border-neutral-700 flex min-h-[4rem] gap-2 justify-between" className="relative border px-2 rounded-md border-sky-100 dark:border-neutral-700 flex min-h-[4rem] gap-2 justify-between"