We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fdc4e1 + 613b7eb commit d6dc236Copy full SHA for d6dc236
1 file changed
src/index.js
@@ -1,6 +1,6 @@
1
import "./hellobar.css";
2
3
-const SHOW_HELLOBAR = true; //poner en false para quitar la hellobar de todos los sitios
+const SHOW_HELLOBAR = false; //poner en false para quitar la hellobar de todos los sitios
4
5
const HELLOBAR_CONFIG = {
6
style: "doppler", // "doppler"(amarillo), "academy"(violeta), "emms"(morado oscuro)
0 commit comments