Skip to content

Commit

Permalink
rename placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
h.u.g.u.rp committed Oct 10, 2023
1 parent a64fb65 commit 9613e76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ export default class R4Radio extends HTMLElement {
const $titleText = document.createElement("h1");
const $titleLink = document.createElement("a");
$titleLink.setAttribute("href", this.origin);
$titleLink.innerText = `<user>.${this.hostname}`;
$titleLink.innerText = `<channel>.${this.hostname}`;
$titleText.append($titleLink);

const $infoLink = document.createElement("a");
$infoLink.setAttribute("href", "https://radio4000.com");
$infoLink.innerText = "radio4000.com/<user>";
$infoLink.innerText = "radio4000.com/<channel>";

const $section = document.createElement("section");
$section.append($logo);
Expand Down

1 comment on commit 9613e76

@vercel
Copy link

@vercel vercel bot commented on 9613e76 Oct 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.