Skip to content

Commit

Permalink
Move about link on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Apr 21, 2024
1 parent 6e09fda commit 45b65f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/r4-page-home.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export default class R4PageHome extends R4Page {
}
renderCreateChannel() {
return html`
<p><a href="${this.config.href}/new">Create radio</a></p>
<p><a href="${this.config.href}/new">Create radio &rarr;</a></p>
<p><a href=${this.config.href + `/about`}>About &rarr;</a></p>
`
}
renderFollowingChannels() {
Expand Down Expand Up @@ -64,7 +65,6 @@ export default class R4PageHome extends R4Page {
appear on /explore again as usual.
</p>
</blockquote>
<p><a href=${this.config.href + `/about`}>About &rarr;</a></p>
</section>
`
}
Expand Down

0 comments on commit 45b65f3

Please sign in to comment.