style: adjust landing text
This commit is contained in:
@@ -102,11 +102,10 @@ export function SendEmailModal({
|
||||
direction="right"
|
||||
onOpenChange={setIsOpen}
|
||||
>
|
||||
<DrawerContent className="fixed bottom-0 right-0 top-0 w-full rounded-none sm:max-w-5xl">
|
||||
<DrawerContent className="fixed bottom-0 right-0 top-0 h-[calc(100vh)] w-full rounded-none sm:max-w-5xl">
|
||||
<DrawerHeader>
|
||||
<DrawerTitle className="flex items-center gap-1">
|
||||
{t("Send Email")}{" "}
|
||||
{/* <Icons.help className="size-5 text-neutral-600 hover:text-neutral-400" /> */}
|
||||
<Button
|
||||
className="ml-auto"
|
||||
onClick={handleSendEmail}
|
||||
@@ -126,7 +125,7 @@ export function SendEmailModal({
|
||||
</DrawerClose>
|
||||
</DrawerTitle>
|
||||
</DrawerHeader>
|
||||
<div className="scrollbar-hidden h-[calc(100vh)] space-y-1 overflow-y-auto px-4 pb-4">
|
||||
<div className="scrollbar-hidden space-y-1 overflow-y-auto px-4 pb-4">
|
||||
<div className="flex items-center justify-between border-b">
|
||||
<label className="text-nowrap text-sm font-medium text-neutral-700 dark:text-neutral-300">
|
||||
{t("Subject")}
|
||||
|
||||
@@ -816,8 +816,8 @@ export function DynamicData() {
|
||||
<p>{t("Short Links")}</p>
|
||||
</div>
|
||||
<div className="space-y-4">
|
||||
<div className="text-5xl font-bold text-blue-600">19K+</div>
|
||||
<p>{t("Email Addresses")}</p>
|
||||
<div className="text-5xl font-bold text-blue-600">2M+</div>
|
||||
<p>{t("Tracked Clicks")}</p>
|
||||
</div>
|
||||
<div className="space-y-4">
|
||||
<div className="text-5xl font-bold text-blue-600">40K+</div>
|
||||
|
||||
@@ -525,7 +525,9 @@
|
||||
"TECH STACK": "TECH STACK",
|
||||
"Build with your favorite tech stack": "Build with your favorite tech stack",
|
||||
"STATS": "STATS",
|
||||
"FEATURES": "FEATURES"
|
||||
"FEATURES": "FEATURES",
|
||||
"Unique Clicks": "Unique Clicks",
|
||||
"Tracked Clicks": "Tracked Clicks"
|
||||
},
|
||||
"Auth": {
|
||||
"Back": "Back",
|
||||
|
||||
@@ -525,7 +525,8 @@
|
||||
"TECH STACK": "技术栈",
|
||||
"Build with your favorite tech stack": "使用你最喜欢的技术栈构建",
|
||||
"STATS": "STATS",
|
||||
"FEATURES": "功能特性"
|
||||
"FEATURES": "功能特性",
|
||||
"Tracked Clicks": "跟踪点击量"
|
||||
},
|
||||
"Auth": {
|
||||
"Back": "返回",
|
||||
|
||||
102
public/sw.js
102
public/sw.js
File diff suppressed because one or more lines are too long
1
public/sw.js.map
Normal file
1
public/sw.js.map
Normal file
File diff suppressed because one or more lines are too long
2456
public/workbox-8817a5e5.js
Normal file
2456
public/workbox-8817a5e5.js
Normal file
File diff suppressed because it is too large
Load Diff
1
public/workbox-8817a5e5.js.map
Normal file
1
public/workbox-8817a5e5.js.map
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user