We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df85e01 commit c8756b8Copy full SHA for c8756b8
src/components/visits.jsx
@@ -18,7 +18,7 @@ const Visits = () => {
18
return (
19
<div className="w-min m-auto rounded-3xl p-px bg-gradient-to-b from-blue-300 to-pink-300 dark:from-blue-800 dark:to-purple-800 ">
20
<div className="rounded-[calc(1.5rem-1px)] p-1 py-0 bg-white dark:bg-gray-900">
21
- <span className="text-nowrap text-muted-foreground font-light text-sm">
+ <span className="text-nowrap text-muted-foreground font-light text-sm px-1">
22
{count.N} Visits
23
</span>
24
</div>
0 commit comments