Signed-off-by: WenjiaoYue <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> Co-authored-by: WenjiaoYue <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> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
17 lines
436 B
Svelte
17 lines
436 B
Svelte
<!--
|
|
Copyright (C) 2025 Intel Corporation
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
|
|
<div class="mb-4 flex items-start justify-start gap-3">
|
|
<div class="relative inline-flex">
|
|
<div class="h-3 w-3 rounded-full bg-red-500" />
|
|
</div>
|
|
<div class="relative inline-flex">
|
|
<div class="h-3 w-3 rounded-full bg-[#eab308]" />
|
|
</div>
|
|
<div class="relative inline-flex">
|
|
<div class="h-3 w-3 rounded-full bg-[#22c55e]" />
|
|
</div>
|
|
</div>
|