fix: remove hero video control button, change favicon
This commit is contained in:
parent
dc3e009488
commit
ba04b73c4f
Binary file not shown.
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 8.3 KiB |
@ -37,14 +37,14 @@ export default function Hero6() {
|
|||||||
</video>
|
</video>
|
||||||
<div className="bg-video-overlay bg-dark-alpha-50" />
|
<div className="bg-video-overlay bg-dark-alpha-50" />
|
||||||
</div>
|
</div>
|
||||||
<a onClick={toggleMuteUnmute} href="#" role="button" className="bg-video-button-muted">
|
{/* <a onClick={toggleMuteUnmute} href="#" role="button" className="bg-video-button-muted">
|
||||||
<i className={`mi-volume-${isMuted ? "up" : "off"}`} />
|
<i className={`mi-volume-${isMuted ? "up" : "off"}`} />
|
||||||
<span className="visually-hidden">Volume On</span>
|
<span className="visually-hidden">Volume On</span>
|
||||||
</a>
|
</a>
|
||||||
<a onClick={togglePlayPause} href="#" role="button" className="bg-video-button-pause">
|
<a onClick={togglePlayPause} href="#" role="button" className="bg-video-button-pause">
|
||||||
<i className={`mi-${isPlaying ? "pause" : "play"}`} />
|
<i className={`mi-${isPlaying ? "pause" : "play"}`} />
|
||||||
<span className="visually-hidden">Pause</span>
|
<span className="visually-hidden">Pause</span>
|
||||||
</a>
|
</a> */}
|
||||||
{/* End Background Video */}
|
{/* End Background Video */}
|
||||||
{/* Home Section Content */}
|
{/* Home Section Content */}
|
||||||
<div className="home-content">
|
<div className="home-content">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user