refactor: update prefix to shorten mw
This commit is contained in:
@@ -3,7 +3,7 @@ import { Component, input } from '@angular/core';
|
||||
import { TypographyComponent } from './../../atoms/typography/typography.component';
|
||||
import { TypographyVariants } from './../../types/TypographyVariants';
|
||||
@Component({
|
||||
selector: 'my-wallet-money-text',
|
||||
selector: 'mw-money-text',
|
||||
standalone: true,
|
||||
imports: [CurrencyPipe, TypographyComponent],
|
||||
templateUrl: './money-text.component.html',
|
||||
|
||||
Reference in New Issue
Block a user