git repository

Signed-off-by: ale <ale@manalejandro.com>
This commit is contained in:
ale 2025-05-19 15:48:07 +02:00
parent e62cd11eae
commit edec03d225
Signed by: ale
GPG Key ID: 244A9C4DAB1C0C81
2 changed files with 6 additions and 5 deletions

View File

@ -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 {

View File

@ -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>