add link to feedback, change onboarding copy (#730)

* change onboarding image & copy

* add link to feedback section

* Create proud-grapes-joke.md
This commit is contained in:
Jakub
2025-07-03 10:11:17 +02:00
committed by GitHub
parent 31f9b89798
commit ee2a2bdc3f
5 changed files with 15 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"@status-im/wallet": patch
"wallet": patch
---
add link to feedback, change onboarding copy
Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

+5 -5
View File
@@ -7,20 +7,20 @@ export const Route = createFileRoute('/onboarding/')({
function RouteComponent() {
return (
<div className="flex flex-col items-center gap-6 py-3 text-center">
<div className="flex flex-col items-center gap-6 pb-3 text-center">
<img
src="/images/onboarding.png"
src="/images/intro.png"
alt="Onboarding"
className="size-[264px]"
className="mt-[-20px] h-[322px] w-full min-w-[440px]"
/>
<div className="flex flex-col gap-4">
<Text size={40} weight="bold">
Your Wallet.
<br />
Your crypto.
Your Game.
</Text>
<Text size={15} color="$neutral-50">
Some awesome sub copy
Track portfolio to stay ahead - own your edge
</Text>
</div>
<div className="flex w-full max-w-[270px] flex-col gap-3">
@@ -21,6 +21,10 @@ const FEEDBACK_LINKS = [
label: 'Request feature',
href: 'https://discuss.status.app/c/features/51',
},
{
label: 'Join our community',
href: 'https://discuss.status.app/c/browser-extension/80',
},
]
const FeedbackPopover = () => {