Skip to content

Commit

Permalink
RIP speedrun.zone
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Nov 16, 2023
1 parent 5ff37f6 commit ce1e85c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[nwbToolTip]="'navbar.discord' | translate" nwbToolTipPosition="bottom">
<fa-icon [icon]="iconDiscord"></fa-icon>
</a>
<a href="https://speedrun.zone/@OengusIO" rel="me" class="navbar-item" target="_blank"
<a href="https://mas.to/@OengusIO" rel="me" class="navbar-item" target="_blank"
[nwbToolTip]="'navbar.mastodon' | translate" nwbToolTipPosition="bottom">
<fa-icon [icon]="iconMastodon"></fa-icon>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
target="_blank"
(click)="mastodonButtonClick()"
style="background-color: #563ACC; border-color:transparent; color:#fff; margin-right: 1rem"
[href]="'https://' + shareUrl + '/share?text=' + text + '%0AVia @OengusIO@speedrun.zone'">
[href]="'https://' + shareUrl + '/share?text=' + text + '%0AVia @OengusIO@mas.to'">
<fa-icon [icon]="faMastodon" style="margin-right: 0.4rem"></fa-icon>
{{ 'action.shareMastodon' | translate }}
</a>
2 changes: 1 addition & 1 deletion src/app/marathon/home/details/details.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class DetailsComponent {

get mastodonUrl(): string {
if (!this.marathon || !this.marathon.mastodon) {
return 'https://speedrun.zone/@OengusIO';
return 'https://mas.to/@OengusIO';
}

const [ username, domain ] = this.marathon.mastodon.split('@');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ <h1 class="title">{{'marathon.settings.generalTitle' | translate}}</h1>
<div class="control">
<input class="input"
[ngClass]="{'is-danger': mastodon.invalid}"
placeholder="oengus@speedrun.zone"
placeholder="oengus@mas.to"
type="text"
[(ngModel)]="marathon.mastodon"
name="mastodon"
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n
Submodule i18n updated from 779b65 to 4a2645

0 comments on commit ce1e85c

Please sign in to comment.