Skip to content

Commit

Permalink
feat: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
coderz-w committed Nov 1, 2024
1 parent 8086337 commit e6f492e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
20 changes: 10 additions & 10 deletions src/components/layout/Header/header.module.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.header--grid__logo {
grid-area: center;
grid-area: center;
}

@screen lg {
.header--grid__logo {
grid-area: left;
}

@screen lg {
.header--grid__logo {
grid-area: left;
}
}
.header--grid {
grid-template-areas: 'left center right';
}
}
.header--grid {
grid-template-areas: 'left center right';
}
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const AccentColorStyleInjector = () => {

const [hl, sl, ll] = lightOklch;
const [hd, sd, ld] = darkOklch;
console.log(lightColor, hl, sl, ll);

const [lightBgImage, darkBgImage] = await Promise.all([
createPngNoiseBackground(lightColor),
Expand Down

0 comments on commit e6f492e

Please sign in to comment.