harmonize chrome ui
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -4,12 +4,12 @@
|
||||
|
||||
<span>Version {{ version }}</span>
|
||||
|
||||
<br />
|
||||
<span> </span>
|
||||
|
||||
<span> Website </span>
|
||||
<a href="https://getgooti.com" target="_blank">www.getgooti.com</a>
|
||||
|
||||
<br />
|
||||
<span> </span>
|
||||
|
||||
<span> Source code</span>
|
||||
<a
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
<span class="sam-mt sam-text-lg">Sync : Google Chrome</span>
|
||||
|
||||
<span class="sam-text-muted sam-text-md sam-text-align-center2">
|
||||
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.
|
||||
</span>
|
||||
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user