Skip to content

Commit

Permalink
fixing the preview link issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed May 19, 2024
1 parent c958115 commit 0b114d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/views/components/setup/heading.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<x-phosphor-arrow-left-bold class="w-3 h-3 duration-300 ease-out translate-x-0 group-hover:-translate-x-0.5" />
<span>Back</span>
</a>
<!-- TODO - When clicking the preview we want to determine what the last page was that the user was on when this auth preview was last opened -->
<button @click="preview=true" href="/auth/setup" class="inline-flex items-center px-4 py-1.5 mb-3 space-x-1 text-sm font-medium rounded-full group bg-zinc-100 text-zinc-600 hover:text-zinc-800">
<x-phosphor-monitor-bold class="w-4 h-4 duration-300 ease-out translate-x-0 group-hover:-translate-x-0.5" />
<span>Preview</span>
Expand Down

0 comments on commit 0b114d6

Please sign in to comment.