main
erb 10 lines 338 Bytes
Raw
1 <div class="my-5 flex items-center gap-3">
2 <span class="h-px flex-1 bg-surface-500"></span>
3 <span class="text-xs uppercase tracking-wide text-gray-500">or</span>
4 <span class="h-px flex-1 bg-surface-500"></span>
5 </div>
6
7 <div class="space-y-3">
8 <%= render "sessions/github_button" %>
9 <%= render "sessions/google_button" %>
10 </div>