Skip to content

Commit

Permalink
fix: asset URLs (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 committed Jul 19, 2021
1 parent b1cbfb8 commit cfacb41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/probot.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ module.exports.template = `
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>${name} | built with Probot</title>
<link rel="stylesheet" href="https://probot.github.io/assets/css/index.css?d=1521919566">
<link rel="stylesheet" href="https://probot.github.io/assets/dist/styles.css">
</head>
<body class="height-full bg-gray-light">
<div class="d-flex flex-column flex-justify-center flex-items-center text-center height-full">
<img src="https://probot.github.io/assets/logo.png" alt="Probot Logo" width="100" class="mb-6">
<img src="https://probot.github.io/assets/img/logo.png" alt="Probot Logo" width="100" class="mb-6">
<div class="box-shadow rounded-2 border p-6 bg-white">
<h1>
Welcome to ${name}!
Expand Down

0 comments on commit cfacb41

Please sign in to comment.