Skip to content

Commit 3eb8626

Browse files
krsy0411Copilot
andauthored
Update src/scripts/components/header-component.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 692ad74 commit 3eb8626

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scripts/components/header-component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class HeaderComponent extends HTMLElement {
2424

2525
connectedCallback() {
2626
this.innerHTML = `
27-
<header class="w-full sticky top-0 z-20 h-16 px-6 text-white bg-docker-primary" style="background-color: #086dd7;">
27+
<header class="w-full sticky top-0 z-20 h-16 px-6 text-white bg-docker-primary">
2828
<div class="max-w-[1920px] mx-auto flex lg:gap-8 gap-2 h-full items-center justify-between">
2929
<div class="flex h-full items-center lg:gap-8 gap-2">
3030
<div>

0 commit comments

Comments
 (0)