Skip to content

Commit 72d0d81

Browse files
knrt10bkeepers
authored andcommitted
chore: Add icon to title of probot (probot#483)
1 parent b00a6f1 commit 72d0d81

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

static/probot-head.png

69.9 KB
Loading

test/plugins/__snapshots__/default.test.js.snap

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ exports[`default plugin GET /probot get info from package.json returns the corre
88
<meta name=\\"viewport\\" content=\\"width=device-width, initial-scale=1.0\\">
99
<meta http-equiv=\\"X-UA-Compatible\\" content=\\"ie=edge\\">
1010
<title>probot | built with Probot</title>
11+
<link rel=\\"icon\\" href=\\"/probot/static/probot-head.png\\">
1112
<link rel=\\"stylesheet\\" href=\\"/probot/static/primer.css\\">
1213
</head>
1314
<body class=\\"height-full bg-gray-light\\">
@@ -43,6 +44,7 @@ exports[`default plugin GET /probot get info from package.json returns the corre
4344
<meta name=\\"viewport\\" content=\\"width=device-width, initial-scale=1.0\\">
4445
<meta http-equiv=\\"X-UA-Compatible\\" content=\\"ie=edge\\">
4546
<title>Your App | built with Probot</title>
47+
<link rel=\\"icon\\" href=\\"/probot/static/probot-head.png\\">
4648
<link rel=\\"stylesheet\\" href=\\"/probot/static/primer.css\\">
4749
</head>
4850
<body class=\\"height-full bg-gray-light\\">

views/probot.hbs

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
77
<title>{{#if name }}{{ name }}{{else}}Your App{{/if}} | built with Probot</title>
8+
<link rel="icon" href="/probot/static/probot-head.png">
89
<link rel="stylesheet" href="/probot/static/primer.css">
910
</head>
1011
<body class="height-full bg-gray-light">

0 commit comments

Comments
 (0)