Skip to content

Commit

Permalink
chore: remove feedback link from about page
Browse files Browse the repository at this point in the history
  • Loading branch information
nvsukhanov committed May 2, 2024
1 parent 9be75f3 commit a86c120
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 20 deletions.
11 changes: 0 additions & 11 deletions modules/pages/about/src/lib/about-page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,6 @@ <h2 class="about-section-title">
</p>
</section>

<section class="about-section">
<h2 class="about-section-title">
{{ 'about.feedbackTitle' | transloco }}
</h2>
<p class="about-section-content">
<a [href]="discordURL">
{{ 'about.feedbackDiscord' | transloco }}
</a>
</p>
</section>

<section class="about-section">
<h2 class="about-section-title">
{{ 'changelog.title' | transloco }}
Expand Down
4 changes: 1 addition & 3 deletions modules/pages/about/src/lib/about-page.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ export class AboutPageComponent implements OnInit {
public readonly rxPoweredUpURL = 'https://github.com/nvsukhanov/rxPoweredUp';

public readonly licenseURL = 'https://github.com/nvsukhanov/MOC-Commander/blob/main/LICENSE.md';

public readonly discordURL = 'https://discord.gg/N5wkG547';


constructor(
private readonly titleService: TitleService,
private readonly translocoService: TranslocoService,
Expand Down
4 changes: 1 addition & 3 deletions src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -460,9 +460,7 @@
"licenseText": "MIT License",
"sourcesTitle": "Sources",
"githubTitle": "MOC Commander GitHub",
"githubApiTitle": "rxPoweredUp GitHub",
"feedbackTitle": "Feedback",
"feedbackDiscord": "Discord"
"githubApiTitle": "rxPoweredUp GitHub"
},
"io": {
"hardwareRevision": "Hardware version",
Expand Down
4 changes: 1 addition & 3 deletions src/assets/i18n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -460,9 +460,7 @@
"licenseText": "Лицензия MIT",
"sourcesTitle": "Исходный код",
"githubTitle": "MOC Commander GitHub",
"githubApiTitle": "rxPoweredUp GitHub",
"feedbackTitle": "Обратная связь",
"feedbackDiscord": "Discord"
"githubApiTitle": "rxPoweredUp GitHub"
},
"io": {
"hardwareRevision": "Аппаратная версия",
Expand Down

0 comments on commit a86c120

Please sign in to comment.