diff --git a/lib/memex_web/components/topbar.ex b/lib/memex_web/components/topbar.ex
index 679bead..5506e00 100644
--- a/lib/memex_web/components/topbar.ex
+++ b/lib/memex_web/components/topbar.ex
@@ -35,36 +35,36 @@ defmodule MemexWeb.Components.Topbar do
+ -
+ <.link
+ navigate={Routes.note_index_path(Endpoint, :index)}
+ class="text-primary-400 text-primary-400 hover:underline truncate"
+ >
+ <%= gettext("notes") %>
+
+
+
+ -
+ <.link
+ navigate={Routes.context_index_path(Endpoint, :index)}
+ class="text-primary-400 text-primary-400 hover:underline truncate"
+ >
+ <%= gettext("contexts") %>
+
+
+
+ -
+ <.link
+ navigate={Routes.pipeline_index_path(Endpoint, :index)}
+ class="text-primary-400 text-primary-400 hover:underline truncate"
+ >
+ <%= gettext("pipelines") %>
+
+
+
+ -
+
<%= if @current_user do %>
- -
- <.link
- navigate={Routes.note_index_path(Endpoint, :index)}
- class="text-primary-400 text-primary-400 hover:underline truncate"
- >
- <%= gettext("notes") %>
-
-
-
- -
- <.link
- navigate={Routes.context_index_path(Endpoint, :index)}
- class="text-primary-400 text-primary-400 hover:underline truncate"
- >
- <%= gettext("contexts") %>
-
-
-
- -
- <.link
- navigate={Routes.pipeline_index_path(Endpoint, :index)}
- class="text-primary-400 text-primary-400 hover:underline truncate"
- >
- <%= gettext("pipelines") %>
-
-
-
- -
-
<%= if @current_user.role == :admin do %>
-
<.link
diff --git a/priv/gettext/default.pot b/priv/gettext/default.pot
index 1f5cffe..c17eb95 100644
--- a/priv/gettext/default.pot
+++ b/priv/gettext/default.pot
@@ -131,7 +131,7 @@ msgstr ""
msgid "content"
msgstr ""
-#: lib/memex_web/components/topbar.ex:53
+#: lib/memex_web/components/topbar.ex:52
#, elixir-autogen, elixir-format
msgid "contexts"
msgstr ""
@@ -272,7 +272,7 @@ msgstr ""
msgid "no notes found"
msgstr ""
-#: lib/memex_web/components/topbar.ex:44
+#: lib/memex_web/components/topbar.ex:43
#: lib/memex_web/live/note_live/index.html.heex:3
#, elixir-autogen, elixir-format
msgid "notes"
@@ -283,7 +283,7 @@ msgstr ""
msgid "notes:"
msgstr ""
-#: lib/memex_web/components/topbar.ex:62
+#: lib/memex_web/components/topbar.ex:61
#, elixir-autogen, elixir-format
msgid "pipelines"
msgstr ""