fix console message

This commit is contained in:
Cynthia Foxwell 2018-07-11 20:49:21 -06:00
parent e18fd377d3
commit d71cf3f140
1 changed files with 2 additions and 2 deletions

View File

@ -545,14 +545,14 @@ function evaluate(str, exportsR) {
// oh no i made it even uglier
about: function() {
console.log(
`%Lλmbda%c
`%cLλmbda%c
${this.bootstrap.name ? this.bootstrap.name : "unknown"}${
this.bootstrap.version ? ` ${this.bootstrap.version}` : ""
}${this.bootstrap.method ? ` (${this.bootstrap.method})` : ""}
EPAPI ${this.version}${window.crispr ? `, CRISPR ${window.crispr.version}` : ""}
https://xn--lmbda-2be.cf/
https://discord.gg/6dKCZxn`,
"background:linear-gradient(to bottom right,#0ff,#f0f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:48px;font-family:sans-serif",
"background:linear-gradient(to bottom right,#c0ff80,#c080ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:48px;font-family:sans-serif",
""
);
},