|
|
@ -108,9 +108,9 @@ export function AccountStreak(props: AccountStreakProps) { |
|
|
|
{showDropdown && ( |
|
|
|
{showDropdown && ( |
|
|
|
<div |
|
|
|
<div |
|
|
|
ref={dropdownRef} |
|
|
|
ref={dropdownRef} |
|
|
|
className="absolute right-0 top-full z-50 w-[320px] translate-y-1 rounded-lg bg-slate-800 shadow-xl" |
|
|
|
className="absolute right-0 top-full z-50 w-[360px] translate-y-1 rounded-lg bg-slate-800 shadow-xl" |
|
|
|
> |
|
|
|
> |
|
|
|
<div className="px-4 py-2.5"> |
|
|
|
<div className="pl-4 pr-5 py-3"> |
|
|
|
<div className="flex items-center justify-between gap-2 text-sm text-slate-500"> |
|
|
|
<div className="flex items-center justify-between gap-2 text-sm text-slate-500"> |
|
|
|
<p> |
|
|
|
<p> |
|
|
|
Current Streak |
|
|
|
Current Streak |
|
|
@ -180,7 +180,7 @@ export function AccountStreak(props: AccountStreakProps) { |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<p className="text-center text-xs text-slate-500 tracking-wide mb-[1.75px] -mt-[2px]"> |
|
|
|
<p className="text-center text-xs text-slate-500 tracking-wide mb-[1.75px] -mt-[0px]"> |
|
|
|
Visit every day to keep your streak alive! |
|
|
|
Visit every day to keep your streak alive! |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|