File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ module.exports.template = `
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>${ name } | built with Probot</title>
11
- <link rel="stylesheet" href="https://probot.github.io/assets/css/index .css?d=1521919566 ">
11
+ <link rel="stylesheet" href="https://probot.github.io/assets/dist/styles .css">
12
12
</head>
13
13
<body class="height-full bg-gray-light">
14
14
<div class="d-flex flex-column flex-justify-center flex-items-center text-center height-full">
15
- <img src="https://probot.github.io/assets/logo.png" alt="Probot Logo" width="100" class="mb-6">
15
+ <img src="https://probot.github.io/assets/img/ logo.png" alt="Probot Logo" width="100" class="mb-6">
16
16
<div class="box-shadow rounded-2 border p-6 bg-white">
17
17
<h1>
18
18
Welcome to ${ name } !
You can’t perform that action at this time.
0 commit comments