This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch staging-site
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git
The following commit(s) were added to refs/heads/staging-site by this push:
new 7dc529289 both buttons (#314)
7dc529289 is described below
commit 7dc5292899b7fd449d0e1041fef04edecf790d81
Author: dahn <[email protected]>
AuthorDate: Wed Apr 16 13:05:08 2025 +0200
both buttons (#314)
---
src/components/Events/index.tsx | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/components/Events/index.tsx b/src/components/Events/index.tsx
index 3416f4961..7245991b1 100644
--- a/src/components/Events/index.tsx
+++ b/src/components/Events/index.tsx
@@ -53,8 +53,6 @@ involved with the community.
</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="https://www.eventbrite.co.uk/e/cloudstack-collaboration-conference-2025-tickets-1301872940009?aff=oddtdtcreator"
className="btn btn-primary me-3">Register</a>
- </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="https://www.cloudstackcollab.org/" className="btn
btn-outline-secondary me-3">Read More</a>
</div>
</div>