fix: fix pipeline

This commit is contained in:
thomas
2023-12-11 21:21:18 +01:00
parent 671c7bf8c3
commit 9a3bc613e8

View File

@@ -11,11 +11,11 @@ import { UnknownPersonComponent } from './unknown-person/unknown-person.componen
template: ` template: `
<unknown-person [step]="loadingPercentage()" class="relative grow" /> <unknown-person [step]="loadingPercentage()" class="relative grow" />
<button <button
class="border border-white rounded-md px-4 py-2 text-white w-fit self-center text-2xl my-3" class="my-3 w-fit self-center rounded-md border border-white px-4 py-2 text-2xl text-white"
(click)="discover()"> (click)="discover()">
Discover Discover
</button> </button>
<div class="text-white p-1">Progress: {{ loadingPercentage() }}%</div> <div class="p-1 text-white">Progress: {{ loadingPercentage() }}%</div>
`, `,
host: { host: {
class: `flex flex-col h-screen w-screen bg-[#1f75c0]`, class: `flex flex-col h-screen w-screen bg-[#1f75c0]`,