Browse Source

Changed "+ New Message" to "New Message, to save space.

Changed "View profile" to "View notifications".
master
silberengel 7 months ago
parent
commit
749488a76b
  1. 1
      src/lib/components/Notifications.svelte
  2. 2
      src/lib/components/util/Profile.svelte

1
src/lib/components/Notifications.svelte

@ -680,7 +680,6 @@
onclick={() => openNewMessageModal()} onclick={() => openNewMessageModal()}
class="flex items-center gap-1.5 px-3 py-1.5 text-sm font-medium" class="flex items-center gap-1.5 px-3 py-1.5 text-sm font-medium"
> >
<PlusOutline class="w-4 h-4" />
New Message New Message
</Button> </Button>

2
src/lib/components/util/Profile.svelte

@ -502,7 +502,7 @@
> >
<UserOutline <UserOutline
class="mr-1 !h-6 !w-6 inline !fill-none dark:!fill-none" class="mr-1 !h-6 !w-6 inline !fill-none dark:!fill-none"
/><span class="underline">View profile</span> /><span class="underline">View notifications</span>
</button> </button>
</li> </li>

Loading…
Cancel
Save