diff --git a/projects/chrome/src/app/components/edit-identity/home/home.component.ts b/projects/chrome/src/app/components/edit-identity/home/home.component.ts index 5c3d333..24eb0cc 100644 --- a/projects/chrome/src/app/components/edit-identity/home/home.component.ts +++ b/projects/chrome/src/app/components/edit-identity/home/home.component.ts @@ -1,7 +1,11 @@ import { Component, inject, OnInit } from '@angular/core'; -import { NavItemComponent } from '../../../../../../common/src/lib/components/nav-item/nav-item.component'; import { ActivatedRoute, Router } from '@angular/router'; -import { ConfirmComponent, Identity_DECRYPTED, StorageService } from '@common'; +import { + ConfirmComponent, + Identity_DECRYPTED, + NavItemComponent, + StorageService, +} from '@common'; @Component({ selector: 'app-home', diff --git a/projects/chrome/src/app/components/edit-identity/keys/keys.component.ts b/projects/chrome/src/app/components/edit-identity/keys/keys.component.ts index 3899356..c7ea1d8 100644 --- a/projects/chrome/src/app/components/edit-identity/keys/keys.component.ts +++ b/projects/chrome/src/app/components/edit-identity/keys/keys.component.ts @@ -1,12 +1,12 @@ import { Component, inject, OnInit } from '@angular/core'; import { ActivatedRoute } from '@angular/router'; import { + IconButtonComponent, NavComponent, NostrHelper, StorageService, ToastComponent, } from '@common'; -import { IconButtonComponent } from '../../../../../../common/src/lib/components/icon-button/icon-button.component'; import { FormsModule } from '@angular/forms'; interface CustomIdentity { diff --git a/projects/chrome/src/app/components/home/info/info.component.html b/projects/chrome/src/app/components/home/info/info.component.html index fd96762..db10f8f 100644 --- a/projects/chrome/src/app/components/home/info/info.component.html +++ b/projects/chrome/src/app/components/home/info/info.component.html @@ -4,12 +4,12 @@ Version {{ version }} -
+  Website www.getgooti.com -
+  Source code Sync : Google Chrome - Your encrypted data is synced between Google Chrome browser instances. You - need to be signed in with your Google account. + Your encrypted data is synced between browser instances. You need to be signed + in with your account.