tangled
alpha
login
or
join now
malpercio.dev
/
atbb
5
fork
atom
WIP! A BB-style forum, on the ATmosphere! We're still working... we'll be back soon when we have something to show off!
node
typescript
hono
htmx
atproto
5
fork
atom
overview
issues
pulls
pipelines
feat: add Settings nav link for authenticated users
malpercio.dev
1 day ago
36ca84c9
477f47ce
+3
1 changed file
expand all
collapse all
unified
split
apps
web
src
layouts
base.tsx
+3
apps/web/src/layouts/base.tsx
···
24
24
{auth?.authenticated ? (
25
25
<>
26
26
<span class="site-header__handle">{auth.handle}</span>
27
27
+
<a href="/settings" class="site-header__settings-link">
28
28
+
Settings
29
29
+
</a>
27
30
<form action="/logout" method="post" class="site-header__logout-form">
28
31
<button type="submit" class="site-header__logout-btn">
29
32
Log out