Skip to content

Commit 01b4718

Browse files
authored
[ENG-6056] Add memo preview (#1401)
1 parent c47534a commit 01b4718

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading

cloud-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ regions:
44
sjc: 1
55
ewr: 2
66
nrt: 1
7-
lht: 1
7+
lhr: 1
88
vmtype: pc2m4
99
strategy: rolling
1010
envfile: prod.env

pcweb/pages/landing/views/hero.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ def hero() -> rx.Component:
445445
),
446446
# Headings
447447
rx.el.h1(
448-
"Build Internal Tools With AI",
448+
"Prompt to production app, in seconds",
449449
class_name="max-w-full inline-block bg-clip-text bg-gradient-to-r from-slate-12 to-slate-11 w-full text-5xl lg:text-6xl font-semibold text-center text-transparent text-balance mx-auto break-words z-[1]",
450450
),
451451
rx.el.h2(

0 commit comments

Comments
 (0)