fixes #95
This commit is contained in:
@@ -3,10 +3,11 @@ import { StyleClassModule } from 'primeng/styleclass';
|
||||
import { Router, RouterModule } from '@angular/router';
|
||||
import { RippleModule } from 'primeng/ripple';
|
||||
import { ButtonModule } from 'primeng/button';
|
||||
import {AppFloatingConfigurator} from "@/layout/component/app.floatingconfigurator";
|
||||
|
||||
@Component({
|
||||
selector: 'topbar-widget',
|
||||
imports: [RouterModule, StyleClassModule, ButtonModule, RippleModule],
|
||||
imports: [RouterModule, StyleClassModule, ButtonModule, RippleModule, AppFloatingConfigurator],
|
||||
template: `<a class="flex items-center" href="#">
|
||||
<svg viewBox="0 0 54 40" fill="none" xmlns="http://www.w3.org/2000/svg" class="h-12 mr-2">
|
||||
<path
|
||||
@@ -58,6 +59,7 @@ import { ButtonModule } from 'primeng/button';
|
||||
<div class="flex border-t lg:border-t-0 border-surface py-4 lg:py-0 mt-4 lg:mt-0 gap-2">
|
||||
<button pButton pRipple label="Login" routerLink="/auth/login" [rounded]="true" [text]="true"></button>
|
||||
<button pButton pRipple label="Register" routerLink="/auth/login" [rounded]="true"></button>
|
||||
<app-floating-configurator [float]="false"/>
|
||||
</div>
|
||||
</div> `
|
||||
})
|
||||
|
||||
@@ -27,7 +27,6 @@ import {AppFloatingConfigurator} from "@/layout/component/app.floatingconfigurat
|
||||
<footer-widget />
|
||||
</div>
|
||||
</div>
|
||||
<app-floating-configurator />
|
||||
`
|
||||
})
|
||||
export class Landing {}
|
||||
|
||||
Reference in New Issue
Block a user