Skip to content

Commit 64578af

Browse files
committed
Simplify Radio Mobile attribution text
1 parent daf44c9 commit 64578af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1839,7 +1839,7 @@ export function Sidebar() {
18391839
<a href={PRIMARY_ATTRIBUTION.projectUrl} rel="noreferrer" target="_blank">
18401840
{PRIMARY_ATTRIBUTION.projectName}
18411841
</a>{" "}
1842-
by {PRIMARY_ATTRIBUTION.authorName}. {PRIMARY_ATTRIBUTION.disclaimer}
1842+
by {PRIMARY_ATTRIBUTION.authorName}
18431843
</p>
18441844
<p className="field-help subtle-note">
18451845
Basemap style: {theme === "dark" ? "Carto Dark Matter" : "Carto Positron"} (provider attribution applies).

src/lib/terrainCatalog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ export const PRIMARY_ATTRIBUTION = {
99
projectName: "Radio Mobile",
1010
projectUrl: "https://www.ve2dbe.com",
1111
authorName: "Roger Coudé (VE2DBE)",
12-
disclaimer: "Independent web reimplementation inspired by Radio Mobile. Not affiliated with VE2DBE.",
12+
disclaimer: "",
1313
} as const;

0 commit comments

Comments
 (0)