Skip to content

Commit

Permalink
chore: removing share function as of now.
Browse files Browse the repository at this point in the history
  • Loading branch information
puni9869 committed Nov 25, 2024
1 parent aed3881 commit 15cc5c3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions templates/home/url_actions.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,6 @@
</svg>
</span>

<span id="share" data-id="{{.ID}}" class="hover:bg-gray-100 rounded p-1 group cursor-pointer">
<svg data-id="{{.ID}}" xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-gray-500 group-hover:text-indigo-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path
data-id="{{.ID}}"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="1"
d="M7.217 10.907a2.25 2.25 0 1 0 0 2.186m0-2.186c.18.324.283.696.283 1.093s-.103.77-.283 1.093m0-2.186 9.566-5.314m-9.566 7.5 9.566 5.314m0 0a2.25 2.25 0 1 0 3.935 2.186 2.25 2.25 0 0 0-3.935-2.186Zm0-12.814a2.25 2.25 0 1 0 3.933-2.185 2.25 2.25 0 0 0-3.933 2.185Z"
/>
</svg>
</span>
</div>

<div id="share-content"></div>
Expand Down

0 comments on commit 15cc5c3

Please sign in to comment.