Sha256: 70a4472338d86c1c9e4338bce545b0013164efd959b3bf8601b20402276d81d1
Contents?: true
Size: 648 Bytes
Versions: 4
Compression:
Stored size: 648 Bytes
Contents
<div id="landing" class="flex flex-col items-center justify-center h-full w-full"> <div class="text-center" id="landing-<%= Lookbook.previews? ? "with" : "no" %>-content"> <h5 class="text-base text-lookbook-blank-slate-title truncate uppercase font-black tracking-wider mb-2"> <%= config.project_name %> </h5> <div class="opacity-60"> <% if Lookbook.previews? %> <p>Select a preview from the nav to get started.</p> <% else %> <p><a class="underline" href="https://beta.lookbook.build/guide/previews" target="_blank">Create a preview</a> to get started.</p> <% end %> </div> </div> </div>
Version data entries
4 entries across 4 versions & 1 rubygems