Skip to content

Commit

Permalink
copy: abbreviation on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr committed Jun 22, 2024
1 parent 484e94e commit 7365a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function Index() {
<section className="homepage__songfinder">
<h1>Find a song</h1>
<SongFinder />
<p style={{maxWidth:'25rem',margin:'1em auto',fontSize:'0.9em'}}>Almost-Dead.net tracks every setlist of every <a href="http://www.joerussosalmostdead.com" title="official site of Joe Russo's Almost Dead" target="_blank" style={{fontWidth:'bold'}}>Joe Russo's Almost Dead</a> concert — noting each tease within each song, with links to all the recordings available to share online. Search for a song by title, songwriter, or the band / performer who made it famous, and find when and where Joe Russo's Almost Dead has played or teased it, then listen for yourself!</p>
<p style={{maxWidth:'25rem',margin:'1em auto',fontSize:'0.9em'}}>Almost-Dead.net tracks every setlist of every <a href="http://www.joerussosalmostdead.com" title="official site of Joe Russo's Almost Dead" target="_blank" style={{fontWidth:'bold'}}>Joe Russo's Almost Dead</a> concert — noting each tease within each song, with links to all the recordings available to share online. Search for a song by title, songwriter, or the band / performer who made it famous, and find when and where <abbr title="Joe Russo's Almost Dead">JRAD</abbr> has played or teased it, then listen for yourself!</p>
</section>

</Layout>
Expand Down

0 comments on commit 7365a30

Please sign in to comment.