mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-25 06:05:52 +02:00
Revert codestyle changes (#40)
* Revert "7f7efbb94bab8574e42d942ad82d414e007b2970" Code style changes should probably be part of a PR
This commit is contained in:
@@ -3,10 +3,10 @@ import { supporterLink } from '../../../client/data';
|
||||
import { GENERAL_RULES } from '../../../common/constants';
|
||||
|
||||
@Component({
|
||||
selector: 'play-notice',
|
||||
templateUrl: 'play-notice.pug',
|
||||
selector: 'play-notice',
|
||||
templateUrl: 'play-notice.pug',
|
||||
})
|
||||
export class PlayNotice {
|
||||
readonly patreonLink = supporterLink;
|
||||
readonly rules = GENERAL_RULES;
|
||||
readonly patreonLink = supporterLink;
|
||||
readonly rules = GENERAL_RULES;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user