File tree 3 files changed +3
-0
lines changed
test/plugins/__snapshots__
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ exports[`default plugin GET /probot get info from package.json returns the corre
8
8
<meta name =\\"viewport\\" content =\\"width=device-width, initial-scale =1.0\\">
9
9
<meta http-equiv =\\"X-UA-Compatible\\" content =\\"ie=edge\\">
10
10
<title>probot | built with Probot</title>
11
+ <link rel =\\"icon\\" href =\\"/probot/static/probot-head.png\\">
11
12
<link rel =\\"stylesheet\\" href =\\"/probot/static/primer.css\\">
12
13
</head>
13
14
<body class =\\"height-full bg-gray-light\\">
@@ -43,6 +44,7 @@ exports[`default plugin GET /probot get info from package.json returns the corre
43
44
<meta name =\\"viewport\\" content =\\"width=device-width, initial-scale =1.0\\">
44
45
<meta http-equiv =\\"X-UA-Compatible\\" content =\\"ie=edge\\">
45
46
<title>Your App | built with Probot</title>
47
+ <link rel =\\"icon\\" href =\\"/probot/static/probot-head.png\\">
46
48
<link rel =\\"stylesheet\\" href =\\"/probot/static/primer.css\\">
47
49
</head>
48
50
<body class =\\"height-full bg-gray-light\\">
Original file line number Diff line number Diff line change 5
5
<meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
6
6
<meta http-equiv =" X-UA-Compatible" content =" ie=edge" >
7
7
<title >{{ #if name }} {{ name }} {{ else }} Your App{{ /if }} | built with Probot</title >
8
+ <link rel =" icon" href =" /probot/static/probot-head.png" >
8
9
<link rel =" stylesheet" href =" /probot/static/primer.css" >
9
10
</head >
10
11
<body class =" height-full bg-gray-light" >
You can’t perform that action at this time.
0 commit comments