Skip to content

Commit

Permalink
link to circle page on invites page
Browse files Browse the repository at this point in the history
  • Loading branch information
jho44 committed Aug 28, 2023
1 parent 2dcb830 commit 47bca83
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/routes/invites/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,15 @@
If you reject an invitation, the other party will not be notified.
</p>
{#if !friendReqsInfo.length}
<p class="subtitle-2">No invites at this time</p>
<p class="subtitle-2">
No invites at this time
<br />
<a
class="subtitle-2"
style="text-decoration: underline; font-weight: 400; font-size: 18px;"
href="/circle">(Invite a friend to your circle)</a
>
</p>
{/if}

{#each friendReqsInfo as household}
Expand Down

0 comments on commit 47bca83

Please sign in to comment.