chore: Add icon to title of probot (#483)

This commit is contained in:
Kautilya Tripathi
2018-04-06 00:29:44 +05:30
committed by Brandon Keepers
parent b00a6f1bb7
commit 72d0d81bf8
3 changed files with 3 additions and 0 deletions

BIN
static/probot-head.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

View File

@@ -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 name=\\"viewport\\" content=\\"width=device-width, initial-scale=1.0\\">
<meta http-equiv=\\"X-UA-Compatible\\" content=\\"ie=edge\\"> <meta http-equiv=\\"X-UA-Compatible\\" content=\\"ie=edge\\">
<title>probot | built with Probot</title> <title>probot | built with Probot</title>
<link rel=\\"icon\\" href=\\"/probot/static/probot-head.png\\">
<link rel=\\"stylesheet\\" href=\\"/probot/static/primer.css\\"> <link rel=\\"stylesheet\\" href=\\"/probot/static/primer.css\\">
</head> </head>
<body class=\\"height-full bg-gray-light\\"> <body class=\\"height-full bg-gray-light\\">
@@ -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 name=\\"viewport\\" content=\\"width=device-width, initial-scale=1.0\\">
<meta http-equiv=\\"X-UA-Compatible\\" content=\\"ie=edge\\"> <meta http-equiv=\\"X-UA-Compatible\\" content=\\"ie=edge\\">
<title>Your App | built with Probot</title> <title>Your App | built with Probot</title>
<link rel=\\"icon\\" href=\\"/probot/static/probot-head.png\\">
<link rel=\\"stylesheet\\" href=\\"/probot/static/primer.css\\"> <link rel=\\"stylesheet\\" href=\\"/probot/static/primer.css\\">
</head> </head>
<body class=\\"height-full bg-gray-light\\"> <body class=\\"height-full bg-gray-light\\">

View File

@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>{{#if name }}{{ name }}{{else}}Your App{{/if}} | built with Probot</title> <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"> <link rel="stylesheet" href="/probot/static/primer.css">
</head> </head>
<body class="height-full bg-gray-light"> <body class="height-full bg-gray-light">