Skip to content

Commit 66fd904

Browse files
tomvannuenenclaude
andcommitted
Fix homepage "View All Workshops" button to link to Catalog
- Change link from library.html to catalog.html - Ensures consistency with navigation rename from Library to Catalog 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 472366a commit 66fd904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ <h5 class="card-title text-dark">Other</h5>
132132

133133
<div class="row justify-content-center">
134134
<div class="col-auto">
135-
<a href="library.html" class="btn btn-primary btn-lg">View All Workshops</a>
135+
<a href="catalog.html" class="btn btn-primary btn-lg">View All Workshops</a>
136136
<a href="https://dlab.my.salesforce-sites.com/events" class="btn btn-info btn-lg ml-2">Book a Workshop</a>
137137
</div>
138138
</div>

0 commit comments

Comments
 (0)