Skip to content

Commit 532edec

Browse files
Alek99Alek99
andauthored
update pill (#1408)
Co-authored-by: Alek99 <[email protected]>
1 parent 2aa1fb0 commit 532edec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcweb/pages/landing/views/hero.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ def prompt_box() -> rx.Component:
388388
rx.box(
389389
preset_image_card(text="Use an Image", id="upload-image-button"),
390390
preset_cards(text="Chat App", id="chat-app", icon="ai-chat-02"),
391-
preset_cards(text="Landing Page", id="landing-page", icon="webpage"),
391+
preset_cards(text="Live Dashboard", id="live-dashboard", icon="webpage"),
392392
class_name="grid grid-cols-1 lg:grid-cols-3 gap-2",
393393
),
394394
class_name="flex flex-col gap-4 w-full",

0 commit comments

Comments
 (0)