From 00bfa63c2c27c5855e482a3da717f050eddb7720 Mon Sep 17 00:00:00 2001 From: drusepth Date: Sun, 20 Mar 2022 23:15:47 -0700 Subject: [PATCH] style universe picker header placeholder --- .../tailwind/navbar/_logged_in.html.erb | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/app/views/layouts/tailwind/navbar/_logged_in.html.erb b/app/views/layouts/tailwind/navbar/_logged_in.html.erb index 04a8e976..f5bb8b6c 100644 --- a/app/views/layouts/tailwind/navbar/_logged_in.html.erb +++ b/app/views/layouts/tailwind/navbar/_logged_in.html.erb @@ -1,16 +1,18 @@
- <%= link_to root_path, class: 'hover:text-blue-100' do %> - <%# image_tag 'logos/book-small.webp', class: 'h-8 px-1 float-left mr-3 bg-white rounded-full' %> - dashboard - - - Notebook.ai - - <% end %> -
- All universes + <%= link_to root_path, class: 'hover:text-blue-100 mr-3' do %> + <%# image_tag 'logos/book-small.webp', class: 'h-8 px-1 float-left mr-3 bg-white rounded-full' %> + dashboard + + + Notebook.ai + + <% end %> + + <%= link_to '#', class: "relative -top-1 px-3 py-1 text-xl #{Universe.text_color} bg-purple-100 hover:bg-purple-200 rounded-lg" do %> + This Great Universe + <% end %>