Skip to content

Commit 534ec03

Browse files
Tom GotsmanTom Gotsman
authored andcommitted
small fix
1 parent 2886154 commit 534ec03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pcweb/pages/gallery/gallery.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def app_dialog_with_trigger(
4343
),
4444
rx.link(
4545
button(
46-
"Open App",
46+
"Learn More",
4747
variant="secondary",
4848
size="md",
4949
),
@@ -80,7 +80,7 @@ def extended_gallery_grid_item(app_url: str, app_name: str, app_author: str, app
8080
rx.el.div(
8181
rx.link(
8282
button(
83-
"Open App",
83+
"Learn More",
8484
variant="secondary",
8585
size="md",
8686
class_name="w-full",

0 commit comments

Comments
 (0)