Skip to content

Commit e6f492e

Browse files
committed
feat: remove log
1 parent 8086337 commit e6f492e

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.header--grid__logo {
2-
grid-area: center;
2+
grid-area: center;
3+
}
4+
5+
@screen lg {
6+
.header--grid__logo {
7+
grid-area: left;
38
}
4-
5-
@screen lg {
6-
.header--grid__logo {
7-
grid-area: left;
8-
}
9-
}
10-
.header--grid {
11-
grid-template-areas: 'left center right';
12-
}
9+
}
10+
.header--grid {
11+
grid-template-areas: 'left center right';
12+
}

src/components/modules/shared/AccentColorStyleInjector/AccentColorStyleInjector.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ const AccentColorStyleInjector = () => {
5151

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

5655
const [lightBgImage, darkBgImage] = await Promise.all([
5756
createPngNoiseBackground(lightColor),

0 commit comments

Comments
 (0)