replace emojis

This commit is contained in:
Alex Turchyn
2024-05-19 15:46:30 +03:00
committed by Pete Matsyburka
parent 9047e3bed3
commit 8b3b90a7e2
6 changed files with 195 additions and 4 deletions
+4 -1
View File
@@ -1,5 +1,8 @@
<div class="max-w-xl mx-auto px-2">
<h1 class="text-4xl font-bold text-center my-8">Initial Setup 👋</h1>
<h1 class="flex text-4xl font-bold items-center justify-center my-8 space-x-2">
<span>Initial Setup</span>
<%= svg_icon('waving_hand', class: 'h-10 w-10') %>
</h1>
<%= form_for '', html: { class: 'space-y-6' }, url: setup_index_path do |f| %>
<div class="space-y-2">
<%= fields_for @user do |ff| %>