|
|
@ -25,7 +25,7 @@ export function HeroTitle(props: HeroTitleProps) { |
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<div className="flex items-center justify-between"> |
|
|
|
<div className="flex items-center justify-between"> |
|
|
|
<div className="flex items-center gap-3"> |
|
|
|
<div className="flex items-center gap-3"> |
|
|
|
<p className="flex items-center text-sm text-gray-400"> |
|
|
|
<p className="flex items-center gap-0.5 text-sm text-gray-400"> |
|
|
|
{!isLoading && icon} |
|
|
|
{!isLoading && icon} |
|
|
|
{isLoading && ( |
|
|
|
{isLoading && ( |
|
|
|
<span className="mr-1.5"> |
|
|
|
<span className="mr-1.5"> |
|
|
|