Skip to content

Commit

Permalink
fix(): minor improvements all around
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitMY committed Sep 23, 2024
1 parent b8463b4 commit ff1436a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ <h6>{{ t('title') }}</h6>
<div class="social">
<h6>Find Us</h6>
<ul>
<li><a href="https://twitter.com/signmt_" target="_blank">Twitter</a></li>
<li><a href="https://twitter.com/signmt_" target="_blank">Twitter (X)</a></li>
<li><a href="https://www.linkedin.com/company/sign-mt" target="_blank">LinkedIn</a></li>
<li><a href="https://github.com/sign" target="_blank">GitHub</a></li>
</ul>
</div>
</div>
Expand Down
2 changes: 2 additions & 0 deletions src/app/pages/main.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<ion-label>Home</ion-label>
</ion-tab-button>

<!--
<ion-tab-button tab="converse" [disabled]="true">
<ion-icon aria-hidden="true" name="chatbubbles"></ion-icon>
<ion-label>Converse</ion-label>
Expand All @@ -14,6 +15,7 @@
<ion-icon aria-hidden="true" name="sparkles"></ion-icon>
<ion-label>Avatar</ion-label>
</ion-tab-button>
-->

<ion-tab-button tab="settings">
<ion-icon aria-hidden="true" name="person"></ion-icon>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ ion-button.menu-language-button {
}

:host ::ng-deep div[role='tab'] {
text-transform: uppercase;
font-weight: 400;
padding: 0 16px;
}
Expand Down
4 changes: 2 additions & 2 deletions src/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"send": "Feedback abschicken"
},
"about": {
"title": "Um"
"title": "Über"
}
},
"voice": {
Expand All @@ -196,7 +196,7 @@
"translation.signedToSpoken": "Signed-to-Spoken"
},
"actions": {
"toggle": "{{Label}} umschalten",
"toggle": "{{label}} umschalten",
"download": "Laden Sie das Offline-Modell herunter",
"delete": "Leeren Sie den Offline-Modell-Cache",
"reDownload": "Laden Sie das Offline-Modell erneut herunter"
Expand Down

0 comments on commit ff1436a

Please sign in to comment.