From 5f69255289a18462e23d6258a1d4e9f420e15c29 Mon Sep 17 00:00:00 2001 From: Inhji Date: Mon, 11 Sep 2023 07:29:39 +0200 Subject: [PATCH] move menu --- .../components/layouts/root_public.html.heex | 36 +++++++++++-------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/lib/chiya_web/components/layouts/root_public.html.heex b/lib/chiya_web/components/layouts/root_public.html.heex index b16cf6b..24764ee 100644 --- a/lib/chiya_web/components/layouts/root_public.html.heex +++ b/lib/chiya_web/components/layouts/root_public.html.heex @@ -43,21 +43,6 @@ Home -
  • - - About - -
  • -
  • - - Wiki - -
  • -
  • - - Bookmarks - -
  • <%= if @current_user do %>
  • @@ -79,6 +64,27 @@