diff --git a/lib/chiya_web/components/layouts/app.html.heex b/lib/chiya_web/components/layouts/app.html.heex index 06bc847..3653d4c 100644 --- a/lib/chiya_web/components/layouts/app.html.heex +++ b/lib/chiya_web/components/layouts/app.html.heex @@ -7,17 +7,23 @@

+ <.link + href={~p"/admin/notes"} + class="text-xs font-semibold leading-6 text-zinc-900 hover:text-zinc-700" + > + Notes + <.link href={~p"/admin/channels"} - class="text-[0.8125rem] font-semibold leading-6 text-zinc-900 hover:text-zinc-700" + class="text-xs font-semibold leading-6 text-zinc-900 hover:text-zinc-700" > Channels <.link - href={~p"/admin/notes"} - class="text-[0.8125rem] font-semibold leading-6 text-zinc-900 hover:text-zinc-700" + href={~p"/admin/identities"} + class="text-xs font-semibold leading-6 text-zinc-900 hover:text-zinc-700" > - Notes + Identities