mirror of
https://github.com/status-im/status-web.git
synced 2026-08-31 06:11:10 +00:00
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:
@@ -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 |
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user