Skip to content

Commit

Permalink
Merge pull request #1858 from arafalov/master
Browse files Browse the repository at this point in the history
Fix #1799 - pesticide link
  • Loading branch information
shakyShane authored Jul 1, 2021
2 parents 3084279 + 6893ab3 commit b8abf44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cypress/integration/ui-remote-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('UI', function () {
"active": true,
"hidden": "",
"name": "pesticide",
"tagline": "Add simple CSS outlines to all elements. (powered by <a href=\"http://pesticide.io\" target=\"_blank\">Pesticide.io</a>)",
"tagline": "Add simple CSS outlines to all elements. (powered by <span style='text-decoration: line-through'>Pesticide.io</span>)",
"context": "remote-debug",
"served": true,
"title": "CSS Outlining",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var files = [
served: false,
name: "pesticide",
src: "/browser-sync/pesticide.css",
tagline: "Add simple CSS outlines to all elements. (powered by <a href=\"http://pesticide.io\" target=\"_blank\">Pesticide.io</a>)",
tagline: "Add simple CSS outlines to all elements. (powered by <span style='text-decoration: line-through'>Pesticide.io</span>)",
hidden: ""
},
{
Expand All @@ -22,7 +22,7 @@ var files = [
served: false,
name: "pesticide-depth",
src: "/browser-sync/pesticide-depth.css",
tagline: "Add CSS box-shadows to all elements. (powered by <a href=\"http://pesticide.io\" target=\"_blank\">Pesticide.io</a>)",
tagline: "Add CSS box-shadows to all elements. (powered by <span style='text-decoration: line-through'>Pesticide.io</span>)",
hidden: ""
},
{
Expand All @@ -37,4 +37,4 @@ var files = [
}
];

module.exports.files = files;
module.exports.files = files;

0 comments on commit b8abf44

Please sign in to comment.