From 47bca833ba282186f191e9671e56306af26c2a30 Mon Sep 17 00:00:00 2001 From: Jessica Ho Date: Mon, 28 Aug 2023 07:51:03 +0000 Subject: [PATCH] link to circle page on invites page --- src/routes/invites/+page.svelte | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/routes/invites/+page.svelte b/src/routes/invites/+page.svelte index 2d9b836..f5bdcd2 100644 --- a/src/routes/invites/+page.svelte +++ b/src/routes/invites/+page.svelte @@ -72,7 +72,15 @@ If you reject an invitation, the other party will not be notified.

{#if !friendReqsInfo.length} -

No invites at this time

+

+ No invites at this time +
+ (Invite a friend to your circle) +

{/if} {#each friendReqsInfo as household}