diff --git a/app/views/layouts/tailwind/navbar/_logged_in.html.erb b/app/views/layouts/tailwind/navbar/_logged_in.html.erb index 183bee40..a4f08d67 100644 --- a/app/views/layouts/tailwind/navbar/_logged_in.html.erb +++ b/app/views/layouts/tailwind/navbar/_logged_in.html.erb @@ -1,14 +1,14 @@ -
-
- <%= image_tag 'logos/book-small.webp', class: 'h-8 w-8 float-left mr-3 bg-white rounded-full' %> +
+
+ <%= image_tag 'logos/book-small.webp', class: 'h-8 w-8 px-1 float-left mr-3 bg-white rounded-full' %> <%= link_to 'Notebook.ai', root_path, class: 'hover:text-blue-100' %>
-
+
-
-
    - - - -
  • - - -
    -
    -
    -
    -

    - Pages for The Great Universe - <%= link_to 'change universe', main_app.customization_content_types_path, class: "text-xs #{Universe.text_color} ml-4" %> -

    -
    - <%= link_to 'customize active pages', main_app.customization_content_types_path %> -
    -
    - <% (@current_user_content.keys - [Document.name, Timeline.name, Universe.name]).sort.each do |key| %> - <%= link_to polymorphic_path(key.pluralize.downcase) do %> - - <%= content_class_from_name(key).icon %> - <%= key.pluralize %> - - <%= number_with_delimiter @current_user_content.fetch(key, []).length %> - - - <% end %> - <% end %> -
    -
      -

      Recently-edited pages

      -
      - <% @recently_edited_pages.each do |content| %> - <% content_class = content_class_from_name(content.page_type) %> -
    • - <%= link_to main_app.send("#{content.page_type.downcase}_path", content.id), class: "block px-3 pb-2 hover:bg-notebook-blue #{content.text_color} hover:text-white" do %> - <%= content_class.icon %> - <%= content.name %> - <%= time_ago_in_words content.updated_at %> ago - <% end %> -
    • - <% end %> -
      -
    -
      -

      Expand your world

      -
    • - What is Brock Lentil's hair color? -
    • -
    • - -
    • -
    • - -
    • -
    -
    -
    -
  • - - - - -
  • - Writing -
    -
    -
    -

    Main Hero Message for the menu section

    -

    Sub-hero message, not too long and not too short. Make it just right!

    -
    -
      -
      - - - -

      Heading 1

      -
      -

      Quarterly sales are at an all-time low create spaces to explore the accountable talk and blind vampires.

      -
      - - - - Find out more... -
      -
    -
      -
      - - - -

      Heading 2

      -
      -

      Prioritize these line items game-plan draw a line in the sand come up with something buzzworthy UX upstream selling.

      -
      - - - - Find out more... -
      -
    -
      -
      - - - -

      Heading 3

      -
      -

      This proposal is a win-win situation which will cause a stellar paradigm shift, let's touch base off-line before we fire the new ux experience.

      -
      - - - - Find out more... -
      -
    -
      -
      - - - -

      Heading 4

      -
      -

      This is a no-brainer to wash your face, or we need to future-proof this high performance keywords granularity.

      -
      - - - - Find out more... -
      -
    -
    -
    -
  • - - -
-
\ No newline at end of file + + +
+ + \ No newline at end of file