Commit 779affaf authored by Mahmoud Aglan's avatar Mahmoud Aglan

Fix: comparison arrow now points left (correct for RTL flow)

Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
parent 32948c46
......@@ -707,7 +707,7 @@
</div>
<div class="swim-comparison__arrow">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><path d="M5 12h14"/><path d="M12 5l7 7-7 7"/></svg>
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><path d="M19 12H5"/><path d="M12 5l-7 7 7 7"/></svg>
</div>
<div class="swim-comparison__after">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment