refactor: update prefix

This commit is contained in:
2025-08-10 18:02:55 -03:00
parent bd47b466b9
commit d590122e4b
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import { Component } from '@angular/core'; import { Component } from '@angular/core';
@Component({ @Component({
selector: 'my-wallet-title-bar', selector: 'mw-title-bar',
standalone: true, standalone: true,
imports: [], imports: [],
templateUrl: './title-bar.component.html', templateUrl: './title-bar.component.html',

View File

@@ -1,4 +1,4 @@
<my-wallet-title-bar> <mw-title-bar>
<ng-content slot="item-left"></ng-content> <ng-content slot="item-left"></ng-content>
<mw-money-text <mw-money-text
[amount]="amount()" [amount]="amount()"
@@ -7,4 +7,4 @@
[size]="amountProps().size" [size]="amountProps().size"
slot="item-right" slot="item-right"
/> />
</my-wallet-title-bar> </mw-title-bar>