12
src/App.css
12
src/App.css
@@ -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;
|
||||
|
||||
@@ -77,7 +77,7 @@ const App = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<Header />
|
||||
<Header repoUrl="https://git.manalejandro.com/ale/stream-radio" />
|
||||
|
||||
{analyzerData && <WaveForm analyzerData={analyzerData} />}
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Referencia en una nueva incidencia
Block a user