Update src/layout/header.tsx
Some checks failed
Release to Staging / build_and_release (push) Failing after 20s

This commit is contained in:
freakoverse 2024-11-11 23:13:01 +00:00
parent b3747e9c22
commit 7ceb109bab

View File

@ -387,9 +387,11 @@ const RegisterButtonWithDialog = () => {
guide post guide post
</a> to help with this process. </a> to help with this process.
</p> </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" /> <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> </div>
<a <a
className='btn btnMain btnMainPopup' className='btn btnMain btnMainPopup'