minor tweaks; hook up universe scope

This commit is contained in:
drusepth 2022-03-20 23:33:08 -07:00
parent 9ca3583530
commit b78b3c2e31
2 changed files with 4 additions and 4 deletions

View File

@ -404,7 +404,7 @@
on Notebook.ai.
</h1>
<%= link_to new_user_registration_path do %>
<button class="flex-shrink-0 text-white <%= @content_type.color %> border-0 py-2 px-8 focus:outline-none hover:bg-indigo-600 hover:shadow-lg rounded text-lg mt-10 sm:mt-0">
<button class="flex-shrink-0 text-white <%= @content_type.color %> border-0 py-2 px-8 focus:outline-none hover:bg-notebook-blue hover:shadow-lg rounded text-lg mt-10 sm:mt-0">
Get Started
</button>
<% end %>

View File

@ -2,7 +2,7 @@
<div>
<%= 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' %>
<%# image_tag 'logos/book-small.webp', class: 'h-8 mt-1 px-1 float-left mr-3 bg-white rounded-lg' %>
<i class="material-icons pt-2 ml-4">dashboard</i>
<span class="pl-1 text-3xl font-bold">
@ -10,8 +10,8 @@
</span>
<% 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
<% if @universe_scope %>
<%= link_to @universe_scope.name, @universe_scope, class: "relative -top-1 px-3 py-1 text-xl #{Universe.text_color} bg-purple-100 hover:bg-purple-200 rounded-lg" %>
<% end %>
</div>