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';
@Component({
selector: 'my-wallet-title-bar',
selector: 'mw-title-bar',
standalone: true,
imports: [],
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>
<mw-money-text
[amount]="amount()"
@@ -7,4 +7,4 @@
[size]="amountProps().size"
slot="item-right"
/>
</my-wallet-title-bar>
</mw-title-bar>