Skip to content

Commit

Permalink
remove InBox
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy committed Jun 13, 2024
1 parent 0fa3a01 commit e74e828
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/routes/conversations/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

<Header>
<Avatar size={24} agentPubKey={relayStore.client.myPubKey} placeholder={true} showNickname={false} moreClasses='absolute' />
<h1 class='text-center grow'>Inbox</h1>
<div class='absolute right-5 flex items-center'>
<a href='/conversations/join'><SvgIcon icon='ticket' size='24' color='white'/></a>
<a href='/share-key' class='ml-5'><SvgIcon icon='key' size='24' color='white'/></a>
Expand Down

0 comments on commit e74e828

Please sign in to comment.