damus.io

damus.io website
git clone git://jb55.com/damus.io
Log | Files | Refs | README | LICENSE

commit 5797d72fcfa4c48a68d40aba81f07ad56388a2b4
parent 6f150cc1041f85d3a96fb4d6be9d7ae85552e32a
Author: Daniel D’Aquino <daniel@daquino.me>
Date:   Wed, 31 Jan 2024 02:10:52 +0000

Align 'Open in Damus' link on the center of the screen

A broken icon was causing this link to be off-center. I removed it to
fix the issue.

Signed-off-by: Daniel D’Aquino <daniel@daquino.me>
Link: 20240131021044.86169-1-daniel@daquino.me
Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Msrc/components/sections/PurpleCheckout.tsx | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/components/sections/PurpleCheckout.tsx b/src/components/sections/PurpleCheckout.tsx @@ -235,7 +235,6 @@ export function PurpleCheckout() { <Link href={"damus:purple:verify?id=" + lnCheckout.id} className="w-full md:w-auto opacity-70 hover:opacity-100 transition"> <Button variant="link" className="w-full text-sm"> {intl.formatMessage({ id: "purple.checkout.open-in-app", defaultMessage: "Open in Damus" })} - <ChevronRight className="ml-2" /> </Button> </Link> </>