We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa1fb0 commit 532edecCopy full SHA for 532edec
pcweb/pages/landing/views/hero.py
@@ -388,7 +388,7 @@ def prompt_box() -> rx.Component:
388
rx.box(
389
preset_image_card(text="Use an Image", id="upload-image-button"),
390
preset_cards(text="Chat App", id="chat-app", icon="ai-chat-02"),
391
- preset_cards(text="Landing Page", id="landing-page", icon="webpage"),
+ preset_cards(text="Live Dashboard", id="live-dashboard", icon="webpage"),
392
class_name="grid grid-cols-1 lg:grid-cols-3 gap-2",
393
),
394
class_name="flex flex-col gap-4 w-full",
0 commit comments