Skip to content

Commit

Permalink
Misc: Use a link icon instead of paper airplane on questions
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangjchandler committed Apr 4, 2024
1 parent 7925cc8 commit 1ae6d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/livewire/questions/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class="text-slate-500 transition-colors hover:text-slate-400 focus:outline-none"
type="button"
class="text-slate-500 transition-colors hover:text-slate-400 focus:outline-none"
>
<x-icons.paper-airplane class="h-4 w-4" />
<x-icons.link class="size-4" />
</button>
</div>
</div>
Expand Down

0 comments on commit 1ae6d85

Please sign in to comment.