Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
feat(footer): welcome message footer spacing #45
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Sep 9, 2020
1 parent 75e680b commit 77d5db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/welcome/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const github = require('@actions/github');
return;
}

const footer = '<p>If you would like to continue contributing to open source and would like to do it with an awesome inclusive community, you should join our <a href="https://discord.com/invite/jZQs6Wu">Discord</a> chat and our <a href="https://github.com/EddieJaoudeCommunity">GitHub Organisation</a> - we help and encourage each other to contribute to open source little and often 🤓 . Any questions let us know.</p>';
const footer = '<br><p>If you would like to continue contributing to open source and would like to do it with an awesome inclusive community, you should join our <a href="https://discord.com/invite/jZQs6Wu">Discord</a> chat and our <a href="https://github.com/EddieJaoudeCommunity">GitHub Organisation</a> - we help and encourage each other to contribute to open source little and often 🤓 . Any questions let us know.</p>';

if (!!context.payload.issue) {
await client.issues.createComment({
Expand Down

0 comments on commit 77d5db2

Please sign in to comment.