app/components/lookbook/header/component.html.erb in lookbook-1.0.0 vs app/components/lookbook/header/component.html.erb in lookbook-1.0.1
- old
+ new
@@ -44,14 +44,14 @@
</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">
- <%= icon :book, size: 3 %>
- </a -->
+ <a href="https://lookbook.build/guide" target="_blank" class="ml-auto opacity-70" title="Documentation">
+ <%= icon :book, size: 3 %>
+ </a>
<a href="https://github.com/allmarkedup/lookbook" target="_blank" class="ml-auto opacity-70" title="Github">
- <%= icon :github, size: 3 %>
+ <%= icon :github, size: 3 %>
</a>
</div>
</div>
<% end %>
<% end %>
\ No newline at end of file