From d590122e4b07dacd5bf845b0b0d3620304872245 Mon Sep 17 00:00:00 2001 From: Gabriel De Los Rios Date: Sun, 10 Aug 2025 18:02:55 -0300 Subject: [PATCH] refactor: update prefix --- .../src/lib/atoms/title-bar/title-bar.component.ts | 2 +- .../title-bar-base-money/title-bar-base-money.component.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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