Skip to content

Commit

Permalink
Merge pull request #21 from tomatophp/develop
Browse files Browse the repository at this point in the history
share only profile link
  • Loading branch information
3x1io authored Mar 27, 2024
2 parents 2cedb40 + 247c4f9 commit 01a4d40
Showing 1 changed file with 12 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
<i class="bx bxs-heart"></i>
</x-splade-link>
</x-tomato-admin-tooltip>
<x-circle-xo-share :title="$account->username" :description="$account->bio" :url="$account->username">
<x-tomato-admin-tooltip :text="__('Share')">
<span class="bg-success-600 flex flex-col justify-center items-center text-white rounded-md shadow-md font-bold text-sm px-4 py-2 -mt-1">
<i class="bx bxs-share text-lg text-white"></i>
</span>
</x-tomato-admin-tooltip>
</x-circle-xo-share>
<x-tomato-admin-tooltip :text="__('Settings')">
<x-tomato-admin-dropdown>
<x-slot:button>
Expand Down Expand Up @@ -42,13 +49,13 @@
</x-splade-link>
</x-tomato-admin-tooltip>
@endif
@endif
<x-circle-xo-share :title="$account->username" :description="$account->bio">
<x-tomato-admin-tooltip :text="__('Share')">
<x-circle-xo-share :title="$account->username" :description="$account->bio" :url="$account->username">
<x-tomato-admin-tooltip :text="__('Share')">
<span class="bg-success-600 flex flex-col justify-center items-center text-white rounded-md shadow-md font-bold text-sm px-4 py-2 -mt-1">
<i class="bx bxs-share text-lg text-white"></i>
</span>
</x-tomato-admin-tooltip>
</x-circle-xo-share>
</x-tomato-admin-tooltip>
</x-circle-xo-share>
@endif
</div>

0 comments on commit 01a4d40

Please sign in to comment.