style: adjust bottom margin of Saajan component image to -6
CI / Generate Certificates (push) Waiting to run
CI / Frontend CI (push) Blocked by required conditions
CI / Backend CI (push) Blocked by required conditions
CI / E2E Tests (push) Blocked by required conditions

This commit is contained in:
ramvignesh-b
2026-05-04 06:46:02 +05:30
parent 84445f16b3
commit bea9b13249
+1 -1
View File
@@ -45,7 +45,7 @@ export default function Saajan({ message, position = "right" }: SaajanProps) {
<img <img
src={sf_mini} src={sf_mini}
alt="saajan" alt="saajan"
className={`sepia-20 w-35 -mb-3 ${animate ? "animate-[pulse_.5s_ease_2]" : ""}`} className={`sepia-20 w-35 -mb-6 ${animate ? "animate-[pulse_.5s_ease_2]" : ""}`}
/> />
</div> </div>
</div> </div>