Skip to content

Commit

Permalink
Merge pull request #44 from thebrandonlucas/redesign
Browse files Browse the repository at this point in the history
Update copy and Figma Iframe size
  • Loading branch information
DanGould authored Jan 12, 2024
2 parents e3468b8 + ebcf5f1 commit a551a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ If there is a wallet you’d like to see adopt payjoin or you are a wallet devel
{
question: 'Can I add Payjoin to my wallet right now using Payjoin Dev Kit?',
answer:
'PDK currently only supports wallets that use Rust. However, we are creating bindings to other languages to allow it to be used across all sorts of different applications, including mobile apps. The Python bindings are nearly complete!',
'PDK currently only supports wallets that use Rust. However, we are creating bindings to other languages to allow it to be used across all sorts of different applications, including mobile apps.',
open: false
}
];
Expand Down Expand Up @@ -97,7 +97,7 @@ If there is a wallet you’d like to see adopt payjoin or you are a wallet devel
<section class="bg-secondary w-full flex flex-col gap-4 sm:gap-12 items-center py-16 text-white">
<H1>User Experience</H1>
<H3>Click through the Figma below to see how simple it can be to payjoin!</H3>
<div class="w-full sm:w-1/2">
<div class="w-4/5 sm:w-1/2">
<iframe
title="Payjoin Demo"
class="w-full h-96"
Expand Down

0 comments on commit a551a5d

Please sign in to comment.