From 7d0aea75d8b1c270df4176e44568225fe9c656ee Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Thu, 24 Apr 2025 14:09:15 -0400 Subject: [PATCH] feat: Add navigation link to return to creator page in PaymentCompleted and PaymentFailed views, update styles for improved layout --- frontend/src/views/PaymentCompleted.vue | 69 ++++++++++++++++--------- frontend/src/views/PaymentFailed.vue | 64 ++++++++++++++++------- 2 files changed, 89 insertions(+), 44 deletions(-) diff --git a/frontend/src/views/PaymentCompleted.vue b/frontend/src/views/PaymentCompleted.vue index a18a5fd..caf2f13 100644 --- a/frontend/src/views/PaymentCompleted.vue +++ b/frontend/src/views/PaymentCompleted.vue @@ -1,6 +1,13 @@