Skip to content
Merged
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
2 changes: 1 addition & 1 deletion pcweb/pages/hosting/views/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def gallery_app_card(app: dict) -> rx.Component:
alt="Image preview for app: " + app["title"],
class_name="w-full h-full duration-150 object-top object-cover hover:scale-105 transition-transform ease-out",
),
href=f"/docs/getting-started/open-source-templates/{app['url'].replace(' ', '-').lower()}",
href=f"/docs/getting-started/open-source-templates/{app['url'].replace(' ', '-').replace('_', '-').lower()}",
),
class_name="relative border-slate-5 border-b border-solid w-full overflow-hidden h-[11.5rem]",
),
Expand Down