chengmw
2026-04-03 d1034fc30e99091220ec867785e29e80be5c66b4
web-app/src/components/dashboard/PartyInfoCard.jsx
@@ -82,7 +82,9 @@
 */
const VSSeparator = () => (
  <div className="vs-separator">
    <div className="vs-line vs-line-left"></div>
    <img src={VS_ICON} alt="VS" className="vs-icon-img" />
    <div className="vs-line vs-line-right"></div>
  </div>
);