git repository
Signed-off-by: ale <ale@manalejandro.com>
This commit is contained in:
parent
e62cd11eae
commit
edec03d225
@ -37,12 +37,13 @@ h4:hover {
|
|||||||
animation-play-state: paused;
|
animation-play-state: paused;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bounce a,
|
a,
|
||||||
.bounce a:visited,
|
a:visited,
|
||||||
.bounce a:active,
|
a:active,
|
||||||
.bounce a:hover {
|
a:hover {
|
||||||
color: #419de6;
|
color: #419de6;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes marquee {
|
@keyframes marquee {
|
||||||
|
@ -104,7 +104,7 @@ const App = () => {
|
|||||||
}, [currentVolume])
|
}, [currentVolume])
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<h1>📻 Stream Radio</h1>
|
<h1><a href="https://git.manalejandro.com/ale/stream-radio" title="Stream Radio Git Repository" alt="Stream Radio Git Repository" target="_blank">📻 Stream Radio</a></h1>
|
||||||
{analyzerData && <WaveForm analyzerData={analyzerData} />}
|
{analyzerData && <WaveForm analyzerData={analyzerData} />}
|
||||||
<h2>Current Listeners: {currentListeners} - Peak: {maxListeners}</h2>
|
<h2>Current Listeners: {currentListeners} - Peak: {maxListeners}</h2>
|
||||||
<h4><p className="bounce"><a href={link} target="_blank" title={title} alt={title}>{bounce}</a></p></h4>
|
<h4><p className="bounce"><a href={link} target="_blank" title={title} alt={title}>{bounce}</a></p></h4>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user