app/components/lookbook/header/component.html.erb in lookbook-1.0.0.beta.0 vs app/components/lookbook/header/component.html.erb in lookbook-1.0.0.beta.1

- old
+ new

@@ -49,12 +49,12 @@ </div> <div class="flex items-center text-xs px-3 py-2 bg-zinc-50"> <span class="opacity-70 mr-1">Lookbook</span> <span class="mr-6">v<%= Lookbook::VERSION %></span> <div class="flex items-center space-x-2"> - <a href="https://github.com/allmarkedup/lookbook" target="_blank" class="ml-auto opacity-70" title="Documentation"> + <!-- a href="https://github.com/allmarkedup/lookbook" target="_blank" class="ml-auto opacity-70" title="Documentation"> <%= render_component :icon, name: :book, size: 3 %> - </a> + </a --> <a href="https://github.com/allmarkedup/lookbook" target="_blank" class="ml-auto opacity-70" title="Github"> <%= render_component :icon, name: :github, size: 3 %> </a> </div> </div> \ No newline at end of file