Add Contacts and Calendar nav links to /email header; v1.1.14
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "siteforge",
|
"name": "siteforge",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.1.13",
|
"version": "1.1.14",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@@ -411,6 +411,8 @@ function EmailClient({ onLogout }: { onLogout: () => void }) {
|
|||||||
<button type="button" className="em-btn em-btn--primary" onClick={openCompose}>
|
<button type="button" className="em-btn em-btn--primary" onClick={openCompose}>
|
||||||
Compose
|
Compose
|
||||||
</button>
|
</button>
|
||||||
|
<Link to="/contacts" className="em-btn em-btn--ghost">Contacts</Link>
|
||||||
|
<Link to="/calendar" className="em-btn em-btn--ghost">Calendar</Link>
|
||||||
<Link to="/admin" className="em-btn em-btn--ghost">← Admin</Link>
|
<Link to="/admin" className="em-btn em-btn--ghost">← Admin</Link>
|
||||||
<button type="button" className="em-btn em-btn--ghost" onClick={onLogout}>Log Out</button>
|
<button type="button" className="em-btn em-btn--ghost" onClick={onLogout}>Log Out</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user