@@ -902,13 +902,13 @@ export function AILibraryHero({ project, cta, actions }: AILibraryHeroProps) {
902902 selectedFramework === null || selectedServer === null
903903 ? strokeColor
904904 : // Only highlight during specific phases
905- phase === AnimationPhase . SHOWING_CHAT ||
906- phase === AnimationPhase . PULSING_CONNECTIONS ||
907- phase === AnimationPhase . STREAMING_RESPONSE
908- ? isDark
909- ? 'rgba(255, 255, 240, 0.95)'
910- : 'rgba(255, 255, 240, 0.95)'
911- : strokeColor
905+ phase === AnimationPhase . SHOWING_CHAT ||
906+ phase === AnimationPhase . PULSING_CONNECTIONS ||
907+ phase === AnimationPhase . STREAMING_RESPONSE
908+ ? isDark
909+ ? 'rgba(255, 255, 240, 0.95)'
910+ : 'rgba(255, 255, 240, 0.95)'
911+ : strokeColor
912912 }
913913 strokeWidth = {
914914 phase === AnimationPhase . PULSING_CONNECTIONS ||
@@ -930,10 +930,10 @@ export function AILibraryHero({ project, cta, actions }: AILibraryHeroProps) {
930930 selectedServer === null
931931 ? 0.3
932932 : phase === AnimationPhase . SHOWING_CHAT ||
933- phase === AnimationPhase . PULSING_CONNECTIONS ||
934- phase === AnimationPhase . STREAMING_RESPONSE
935- ? 1.0
936- : 0.3
933+ phase === AnimationPhase . PULSING_CONNECTIONS ||
934+ phase === AnimationPhase . STREAMING_RESPONSE
935+ ? 1.0
936+ : 0.3
937937 }
938938 className = {
939939 getConnectionPulse ( )
0 commit comments