header responsive

This commit is contained in:
Arjun Patel
2022-01-27 13:07:11 -08:00
parent bdbbc9deba
commit 8556436412
2 changed files with 31 additions and 18 deletions
+2 -2
View File
@@ -137,7 +137,7 @@ function RouteHandler() {
{team.name}
</span>
<Tooltip title={"Number of pro spots purchased"}>
<span className="bg-teal-600 bg-opacity-50 text-xs rounded-full w-5 h-5 flex items-center justify-evenly text-white ">
<span className="bg-teal-600 bg-opacity-50 text-xs rounded-full w-5 h-5 flex items-center justify-evenly text-white shrink-0">
{team.allowedUserCount || 2}
</span>
</Tooltip>
@@ -146,7 +146,7 @@ function RouteHandler() {
{team.companySite && (
<span
onClick={() => window.open(team.companySite, "_blank")}
className="text-xs hover:cursor-pointer font-semibold text-teal-600 p-1 bg-teal-500 bg-opacity-20 rounded"
className="text-xs hover:cursor-pointer font-semibold text-gray-500"
>
{team.companySite}
</span>