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