_SocialShare.tsx
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Struchkov Mark 2024-09-08 15:41:35 +03:00
parent 3056b74cb9
commit 545e39fdd2
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -24,7 +24,7 @@ export default ((opts?: Options) => {
</li>
))}
</ul>
<hr style="margin-top: 1rem;"/>
<hr style="margin-top: 1rem;" />
<ul>
<li>
<a href="#">
@ -37,6 +37,7 @@ export default ((opts?: Options) => {
</a>
</li>
</ul>
<script src="static/share.js"></script>
</footer>
)
}