Copilot commented on code in PR #441:
URL: https://github.com/apache/cloudstack-www/pull/441#discussion_r3506343528
##########
src/components/Events/index.tsx:
##########
@@ -62,6 +50,18 @@ involved with the community.
<div className="horizontal-card">
<div className="hc-header">Past Events:</div>
+ <div className="row">
+ <div className="col-lg-9 pt-3 px-4">
+ <img src="/img/CSEUG-2026-05-21.png" alt=""
className="events-img events-overview-img"/>
+ <p className="title mt-2">CloudStack European User Group
2026</p>
+ <p className="events-info"><img src="img/pin_icon.png"
className="me-2" alt=""/>the Hague, the Netherlands</p>
+ <p className="events-info"><img src="img/calendar_icon.png"
className="me-2" alt=""/>May 21, 2026</p>
+ </div>
+ <div className="col-lg-3 px-4 events-btn-margin d-flex
justify-content-center justify-content-lg-end align-items-center">
+ <a href="/blog/cseug26-roundup" target="_blank"
rel="noopener noreferrer" className="btn btn-outline-secondary me-3">Read
More</a>
+ <a
href="https://www.youtube.com/watch?v=GTN-l-B-iPY&list=PLnIKk7GjgFlbrStHohANRr8-IuX4EE1pq"
target="_blank" rel="noopener noreferrer" className="btn btn-primary
me-3">Watch</a>
Review Comment:
This line is indented with a tab, while surrounding JSX uses spaces. Mixing
tabs/spaces makes diffs noisy and can break formatting/lint rules; please align
indentation with the rest of the file.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]