refactor: update prefix
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user