From b61d1836ea9586cbe39c806c592e48581692c1d9 Mon Sep 17 00:00:00 2001
From: magomzr <60667991+magomzr@users.noreply.github.com>
Date: Fri, 5 Apr 2024 06:29:08 -0600
Subject: [PATCH] Add titles for a better user experience (#137)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Co-authored-by: Mario Gómez <60667991+mgomezarr@users.noreply.github.com>
---
src/app/groups/[groupId]/expenses/page.tsx | 6 +++++-
src/app/groups/[groupId]/share-button.tsx | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/app/groups/[groupId]/expenses/page.tsx b/src/app/groups/[groupId]/expenses/page.tsx
index 9dc3ab5..8876e68 100644
--- a/src/app/groups/[groupId]/expenses/page.tsx
+++ b/src/app/groups/[groupId]/expenses/page.tsx
@@ -51,6 +51,7 @@ export default async function GroupExpensesPage({
prefetch={false}
href={`/groups/${groupId}/expenses/export/json`}
target="_blank"
+ title="Export to JSON"
>
@@ -63,7 +64,10 @@ export default async function GroupExpensesPage({
/>
)}
diff --git a/src/app/groups/[groupId]/share-button.tsx b/src/app/groups/[groupId]/share-button.tsx
index 8676346..d5dd350 100644
--- a/src/app/groups/[groupId]/share-button.tsx
+++ b/src/app/groups/[groupId]/share-button.tsx
@@ -23,7 +23,7 @@ export function ShareButton({ group }: Props) {
return (
-