fix: remove opacity-50 from Analyze button — always show full color
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>claude/bold-hawking
parent
f65f0e85b3
commit
46b911d4c0
|
|
@ -67,7 +67,7 @@ export default function Hero() {
|
||||||
<button
|
<button
|
||||||
onClick={handleAnalyze}
|
onClick={handleAnalyze}
|
||||||
disabled={!url.trim()}
|
disabled={!url.trim()}
|
||||||
className={`w-full px-8 py-5 text-base font-bold text-white rounded-2xl transition-shadow duration-150 shadow-xl hover:shadow-2xl flex items-center justify-center gap-3 group bg-gradient-to-r from-[#4F1DA1] to-[#021341] active:scale-[0.98] ${!url.trim() ? 'opacity-50 cursor-not-allowed' : ''}`}
|
className="w-full px-8 py-5 text-base font-bold text-white rounded-2xl transition-shadow duration-150 shadow-xl hover:shadow-2xl flex items-center justify-center gap-3 group bg-gradient-to-r from-[#4F1DA1] to-[#021341] active:scale-[0.98]"
|
||||||
>
|
>
|
||||||
Analyze Marketing Performance
|
Analyze Marketing Performance
|
||||||
<ArrowRight className="w-5 h-5 group-hover:translate-x-1" />
|
<ArrowRight className="w-5 h-5 group-hover:translate-x-1" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue