fix registry connect styles and remove view complete listing link

This commit is contained in:
Lucy Cifferello
2024-04-05 16:56:06 -04:00
parent cd933ce6e4
commit 35fe06a892
5 changed files with 18 additions and 36 deletions

View File

@@ -75,7 +75,6 @@
rel="noreferrer"
href="https://docs.start9.com/0.3.5.x/developer-docs/"
>
<!-- @TODO need rocket icon -->
<span>Package a service</span>
<tui-icon
tuiAppearance="icon"
@@ -109,7 +108,6 @@
rel="noreferrer"
href="https://docs.start9.com/0.3.5.x/developer-docs/"
>
<!-- @TODO need rocket icon -->
<span>Package a service</span>
<tui-icon
tuiAppearance="icon"

View File

@@ -27,7 +27,5 @@ export class SearchComponent {
onModelChange(query: string) {
this.query = query
this.queryChange.emit(query)
// @TODO fix in brochure
// this.router.navigate(['../'])
}
}

View File

@@ -4,6 +4,5 @@
<p>
{{ pkg.manifest.description.long }}
</p>
<ng-content></ng-content>
</div>
</div>