Skip to content

Commit d6dc236

Browse files
authored
Merge pull request #453 from FromDoppler/DS-5947-hide-hellobar-new-year
DS-5947 hide the hellobar after new year
2 parents 6fdc4e1 + 613b7eb commit d6dc236

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import "./hellobar.css";
22

3-
const SHOW_HELLOBAR = true; //poner en false para quitar la hellobar de todos los sitios
3+
const SHOW_HELLOBAR = false; //poner en false para quitar la hellobar de todos los sitios
44

55
const HELLOBAR_CONFIG = {
66
style: "doppler", // "doppler"(amarillo), "academy"(violeta), "emms"(morado oscuro)

0 commit comments

Comments
 (0)