Skip to content

Commit cfacb41

Browse files
authored
fix: asset URLs (#75)
1 parent b1cbfb8 commit cfacb41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/probot.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ module.exports.template = `
88
<meta name="viewport" content="width=device-width, initial-scale=1.0">
99
<meta http-equiv="X-UA-Compatible" content="ie=edge">
1010
<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">
1212
</head>
1313
<body class="height-full bg-gray-light">
1414
<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">
1616
<div class="box-shadow rounded-2 border p-6 bg-white">
1717
<h1>
1818
Welcome to ${name}!

0 commit comments

Comments
 (0)