Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-07-13 21:05:43 +02:00
padre d4e03455ba
commit 7c41ab7bb9
Se han modificado 3 ficheros con 14 adiciones y 2 borrados

Ver fichero

@@ -12,6 +12,18 @@ h1 {
font-size: 4rem;
}
h1 a {
color: inherit;
text-decoration: none;
cursor: pointer;
display: inline-block;
}
h1 a:hover {
opacity: 0.8;
transition: opacity 0.3s ease;
}
h4 {
margin: 0 auto;
overflow: hidden;

Ver fichero

@@ -77,7 +77,7 @@ const App = () => {
return (
<>
<Header />
<Header repoUrl="https://git.manalejandro.com/ale/stream-radio" />
{analyzerData && <WaveForm analyzerData={analyzerData} />}

Ver fichero

@@ -10,9 +10,9 @@ const Header = ({ repoUrl }) => {
<a
href={repoUrl}
title="Stream Radio Git Repository"
alt="Stream Radio Git Repository"
target="_blank"
rel="noopener noreferrer"
style={{ color: 'inherit', textDecoration: 'none' }}
>
<Icon className="medium">hearing</Icon> Stream Radio
</a>