Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 974bf15

Browse files
Merge pull request #296 from peterennis/master
fix twitter url typo
2 parents 0df1dd9 + 12390fb commit 974bf15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

studio/src/app/pages/core/app-settings/app-settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ export class AppHome {
513513
return [<ion-item class="item-title">
514514
<ion-label>Twitter</ion-label>
515515
</ion-item>,
516-
<p><small>https://twiter.com/<strong>{this.twitter ? this.twitter : 'yourusername'}</strong></small></p>,
516+
<p><small>https://twitter.com/<strong>{this.twitter ? this.twitter : 'yourusername'}</strong></small></p>,
517517
<ion-item>
518518
<ion-input value={this.user && this.user.data && this.user.data.social ? this.user.data.social.twitter : undefined} debounce={500} maxlength={128} input-mode="text" disabled={this.saving}
519519
onIonInput={($event: CustomEvent<KeyboardEvent>) => this.handleSocialInput($event, 'twitter')}></ion-input>

0 commit comments

Comments
 (0)