Skip to content

Commit

Permalink
Merge pull request #134 from pinkary-project/chore/better-link-icon-f…
Browse files Browse the repository at this point in the history
…or-questions

Misc: Use a link icon instead of paper airplane on questions
  • Loading branch information
nunomaduro authored Apr 4, 2024
2 parents 4bd00bc + 1ae6d85 commit 66666b5
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 66666b5

Please sign in to comment.