Add messaging to navigation

This commit is contained in:
Steven Nguyen
2023-10-16 15:02:20 -07:00
parent a4108806de
commit 76d64cddc0
+17
View File
@@ -123,6 +123,23 @@
<span class="text">Functions</span>
</a>
</li>
<li class="drop-list-item">
<a
class="drop-button"
class:is-selected={$page.url.pathname.startsWith(
`${projectPath}/messaging`
)}
on:click={() => trackEvent('click_menu_messaging')}
href={`${projectPath}/messaging`}
use:tooltip={{
content: 'Messaging',
placement: 'right',
disabled: !narrow
}}>
<span class="icon-send" aria-hidden="true" />
<span class="text">Messaging</span>
</a>
</li>
<li class="drop-list-item">
<a
class="drop-button"