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

feat: add Settings nav link for authenticated users

+3
+3
apps/web/src/layouts/base.tsx
··· 24 24 {auth?.authenticated ? ( 25 25 <> 26 26 <span class="site-header__handle">{auth.handle}</span> 27 + <a href="/settings" class="site-header__settings-link"> 28 + Settings 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