Update src/layout/header.tsx
Some checks failed
Release to Staging / build_and_release (push) Failing after 27s
Some checks failed
Release to Staging / build_and_release (push) Failing after 27s
This commit is contained in:
parent
7ceb109bab
commit
fedd7dd463
@ -382,16 +382,8 @@ const RegisterButtonWithDialog = () => {
|
|||||||
Once you create your "account" on any of these, come back and click login, then sign-in with
|
Once you create your "account" on any of these, come back and click login, then sign-in with
|
||||||
extension. Here's a quick video guide, and here's a <a
|
extension. Here's a quick video guide, and here's a <a
|
||||||
href='https://video.nostr.build/765aa9bf16dd58bca701efee2572f7e77f29b2787cddd2bee8bbbdea35798153.mp4'
|
href='https://video.nostr.build/765aa9bf16dd58bca701efee2572f7e77f29b2787cddd2bee8bbbdea35798153.mp4'
|
||||||
target='blank_'
|
target='blank_'>guide post</a> to help with this process.</p>
|
||||||
>
|
<div><video controls><source src="https://video.nostr.build/765aa9bf16dd58bca701efee2572f7e77f29b2787cddd2bee8bbbdea35798153.mp4" type="video/mp4">Your browser does not support the video tag.</video></div>
|
||||||
guide post
|
|
||||||
</a> to help with this process.
|
|
||||||
</p>
|
|
||||||
<div style={{ width: '100%', height: 'auto', borderRadius: '8px', overflow: 'hidden' }}>
|
|
||||||
<video controls style={{ width: '100%' }}>
|
|
||||||
<source src="https://video.nostr.build/765aa9bf16dd58bca701efee2572f7e77f29b2787cddd2bee8bbbdea35798153.mp4" type="video/mp4" />
|
|
||||||
Your browser does not support the video tag.
|
|
||||||
</video>
|
|
||||||
</div>
|
</div>
|
||||||
<a
|
<a
|
||||||
className='btn btnMain btnMainPopup'
|
className='btn btnMain btnMainPopup'
|
||||||
|
Loading…
Reference in New Issue
Block a user