Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions website/public/cities/chennai/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,26 +426,26 @@ <h3 data-i18n="cityHub.features.communities.title">Communities</h3>
</div>


<!-- Community Stories (Coming Soon) -->
<div class="feature-card-large coming-soon">
<!-- Community Stories (Available) -->
<div class="feature-card-large">
<div class="feature-header">
<div class="feature-icon-large">
<img src="/assets/images/icons/story.svg" alt="" style="width:20px;height:20px;">
</div>
<div class="feature-info">
<h3 data-i18n="cityHub.features.stories.title">Community Stories</h3>
<span class="feature-status-badge coming-soon">
<i class="fa-solid fa-clock"></i> <span data-i18n="cityHub.features.statusComingSoon">Coming Soon</span>
<span class="feature-status-badge live">
<i class="fa-solid fa-check-circle"></i> <span data-i18n="cityHub.features.map.statusLive">Live</span>
</span>
</div>
</div>
<p class="feature-description" data-i18n="cityHub.features.stories.comingSoonDescription">
Community stories for this city are under development. Real stories of neighbourhood transformation coming soon.
<p class="feature-description" data-i18n="cityHub.features.stories.description">
Discover real stories of neighbourhood transformation, told by the people who made it happen.
</p>
<div class="feature-action">
<button class="btn" style="background: var(--color-text-lighter); cursor: not-allowed;" disabled>
<span data-i18n="cityHub.comingSoonCallout.comingSoonButton">Coming Soon</span>
</button>
<a href="/cities/chennai/stories/" class="btn btn-primary">
<span data-i18n="cityHub.features.stories.button">Read Stories</span> <i class="fa-solid fa-arrow-right"></i>
</a>
</div>
</div>
</div>
Expand Down
Loading
Loading