Skip to content

Commit

Permalink
chore: Add icon to title of probot (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
knrt10 authored and bkeepers committed Apr 5, 2018
1 parent b00a6f1 commit 72d0d81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Binary file added static/probot-head.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions test/plugins/__snapshots__/default.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ exports[`default plugin GET /probot get info from package.json returns the corre
<meta name=\\"viewport\\" content=\\"width=device-width, initial-scale=1.0\\">
<meta http-equiv=\\"X-UA-Compatible\\" content=\\"ie=edge\\">
<title>probot | built with Probot</title>
<link rel=\\"icon\\" href=\\"/probot/static/probot-head.png\\">
<link rel=\\"stylesheet\\" href=\\"/probot/static/primer.css\\">
</head>
<body class=\\"height-full bg-gray-light\\">
Expand Down Expand Up @@ -43,6 +44,7 @@ exports[`default plugin GET /probot get info from package.json returns the corre
<meta name=\\"viewport\\" content=\\"width=device-width, initial-scale=1.0\\">
<meta http-equiv=\\"X-UA-Compatible\\" content=\\"ie=edge\\">
<title>Your App | built with Probot</title>
<link rel=\\"icon\\" href=\\"/probot/static/probot-head.png\\">
<link rel=\\"stylesheet\\" href=\\"/probot/static/primer.css\\">
</head>
<body class=\\"height-full bg-gray-light\\">
Expand Down
1 change: 1 addition & 0 deletions views/probot.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>{{#if name }}{{ name }}{{else}}Your App{{/if}} | built with Probot</title>
<link rel="icon" href="/probot/static/probot-head.png">
<link rel="stylesheet" href="/probot/static/primer.css">
</head>
<body class="height-full bg-gray-light">
Expand Down

0 comments on commit 72d0d81

Please sign in to comment.