mirror of
https://github.com/0xPARC/zkmessage.xyz.git
synced 2026-01-08 22:07:58 -05:00
link to verification
This commit is contained in:
@@ -63,11 +63,26 @@ function Users({ secret, users, handleUpdateSelectedUsers }) {
|
||||
className="flex-1 flex py-0.5 leading-tight"
|
||||
>
|
||||
<UserIcon address={u.twitterHandle} />
|
||||
<a href={`https://twitter.com/${u.twitterHandle}`} target="_blank">
|
||||
<div className="flex-1 ml-2 pt-1 cursor-pointer hover:underline">
|
||||
{u.twitterHandle}
|
||||
</div>
|
||||
</a>
|
||||
<div className="flex-1 ml-3 pt-1 ">
|
||||
<a
|
||||
href={`https://twitter.com/${u.twitterHandle}`}
|
||||
target="_blank"
|
||||
>
|
||||
<div className="cursor-pointer hover:underline inline-block">
|
||||
{u.twitterHandle}
|
||||
</div>
|
||||
</a>
|
||||
<a
|
||||
href={`https://twitter.com/${u.twitterHandle}/status/${u.verificationTweetId}`}
|
||||
target="_blank"
|
||||
>
|
||||
<img
|
||||
src="/key.svg"
|
||||
width="16"
|
||||
className="inline-block ml-1 -mt-0.5 opacity-20 hover:opacity-70"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
</label>
|
||||
{secret && (
|
||||
<input
|
||||
|
||||
1
public/key.svg
Normal file
1
public/key.svg
Normal file
@@ -0,0 +1 @@
|
||||
<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'><svg enable-background="new 0 0 500 500" height="500px" id="Layer_1" version="1.1" viewBox="0 0 500 500" width="500px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path clip-rule="evenodd" d="M56.629,379.2c-14.09,14.071-14.09,36.975,0,51.055 c14.08,14.087,36.981,14.087,50.965,0l10.177-10.08l42.438,42.428c7.257,7.268,18.888,7.268,26.155,0l63.244-63.244 c7.268-7.255,7.268-18.89,0-26.157l-42.429-42.427l75.586-75.682c16.174,8.357,34.61,13.075,54.059,13.075 c65.234,0,118.111-52.869,118.111-118.109c0-65.232-52.877-118.111-118.111-118.111c-65.238,0-118.11,52.879-118.11,118.111 c0,19.449,4.721,37.886,13.077,54.06L56.629,379.2z M291.396,150.059c0-25.075,20.354-45.429,45.427-45.429 c25.076,0,45.426,20.354,45.426,45.429s-20.35,45.426-45.426,45.426C311.751,195.485,291.396,175.133,291.396,150.059z" fill="#010101" fill-rule="evenodd"/></svg>
|
||||
|
After Width: | Height: | Size: 1021 B |
Reference in New Issue
Block a user