Skip to content

Commit 787d87d

Browse files
committed
add skip button
1 parent 969b529 commit 787d87d

File tree

1 file changed

+5
-2
lines changed
  • lib/algora_web/live/onboarding

1 file changed

+5
-2
lines changed

lib/algora_web/live/onboarding/dev.ex

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,12 @@ defmodule AlgoraWeb.Onboarding.DevLive do
344344
</.error>
345345
</div>
346346
347-
<div class="flex justify-end">
347+
<div class="flex justify-end gap-4">
348+
<.button type="submit" variant="secondary">
349+
Skip
350+
</.button>
348351
<.button type="submit">
349-
Next <.icon name="tabler-arrow-right" class="ml-2 size-4" />
352+
Next
350353
</.button>
351354
</div>
352355
</.form>

0 commit comments

Comments
 (0)