diff --git a/projects/my-wallet-ds/src/lib/atoms/title-bar/title-bar.component.ts b/projects/my-wallet-ds/src/lib/atoms/title-bar/title-bar.component.ts index 540d28a..816b3eb 100644 --- a/projects/my-wallet-ds/src/lib/atoms/title-bar/title-bar.component.ts +++ b/projects/my-wallet-ds/src/lib/atoms/title-bar/title-bar.component.ts @@ -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', diff --git a/projects/my-wallet-ds/src/lib/molecules/title-bar-base-money/title-bar-base-money.component.html b/projects/my-wallet-ds/src/lib/molecules/title-bar-base-money/title-bar-base-money.component.html index 37a75fc..5965d81 100644 --- a/projects/my-wallet-ds/src/lib/molecules/title-bar-base-money/title-bar-base-money.component.html +++ b/projects/my-wallet-ds/src/lib/molecules/title-bar-base-money/title-bar-base-money.component.html @@ -1,4 +1,4 @@ - + - \ No newline at end of file + \ No newline at end of file