Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 1855f34

Browse files
committed
Finish 1.0.21
2 parents 5c69115 + 645433b commit 1855f34

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/views/web/HomeController/index.cfm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<div class="col-lg-12 space-y-3 text-center col-12">
6969
<p class="fs-60 line-height-70 fw-bold">Welcome to Our Community</p>
7070
<p class="fs-18 fw-medium text-center position-relative">
71-
Welcome to Our Community - a place where hike-minded people connect, share ideas, <br> and grow
71+
Welcome to Our Community - a place where like-minded people connect, share ideas, <br> and grow
7272
together in a positive and supportive environment.
7373
</p>
7474
<a href="/community" class="bg--primary d-block w-max mx-auto fs-16 px-3 py-2 rounded-18 text-white">
@@ -267,7 +267,7 @@
267267
<img src="/images/testi.png">
268268
</div>
269269
</div>
270-
</div>
270+
</div>
271271
<div class="swiper-slide overflow-hidden rounded-30">
272272
<div class="p-5 bg-white overflow-hidden d-flex row">
273273
<div class="col-lg-8 col-12">
@@ -429,7 +429,7 @@
429429
if (testimonialModalElement) {
430430
// Get or create the Bootstrap modal instance right away
431431
testimonialModalInstance = bootstrap.Modal.getOrCreateInstance(testimonialModalElement);
432-
432+
433433
// Automatically show the modal on page load
434434
window.addEventListener('DOMContentLoaded', function() {
435435
console.log('DOM loaded, showing testimonial modal automatically');
@@ -478,4 +478,4 @@
478478
</script>
479479
</cfif>
480480
</cfif>
481-
</main>
481+
</main>

0 commit comments

Comments
 (0)