Update src/layout/header.tsx
Some checks failed
Release to Staging / build_and_release (push) Failing after 20s
Some checks failed
Release to Staging / build_and_release (push) Failing after 20s
This commit is contained in:
parent
b3747e9c22
commit
7ceb109bab
@ -387,9 +387,11 @@ const RegisterButtonWithDialog = () => {
|
||||
guide post
|
||||
</a> to help with this process.
|
||||
</p>
|
||||
<div style={{ width: '100%', height: 'auto', borderRadius: '8px', overflow: 'hidden' }}><video controls style={{ width: '100%' }}></video>
|
||||
<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>
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
</div>
|
||||
<a
|
||||
className='btn btnMain btnMainPopup'
|
||||
|
Loading…
Reference in New Issue
Block a user