Skip to content

Commit

Permalink
Remove twitter and kofi
Browse files Browse the repository at this point in the history
  • Loading branch information
workeffortwaste committed Jan 3, 2025
1 parent b1e0dd3 commit f065138
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions layout-shift-gif.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const colors = {

/* About */
const { version } = JSON.parse(fs.readFileSync(new URL('./package.json', import.meta.url)))
console.log(`layout-shift-gif ${version} / ${colors.blue}@defaced${colors.reset}`)
console.log(`layout-shift-gif ${version} / ${colors.blue}@defaced.dev (bluesky)${colors.reset}`)

/* Support */
if (!process.env.WORKEFFORTWASTE_SUPPORTER) {
Expand All @@ -46,9 +46,8 @@ if (!process.env.WORKEFFORTWASTE_SUPPORTER) {
${colors.underscore}Support this project! ${colors.reset}${colors.magenta}
┃ Help support the work that goes into creating and maintaining my projects
┃ and buy me a coffee via Ko-fi or sponsor me on GitHub Sponsors.
┃ and consider donating via on GitHub Sponsors.
┃ Ko-fi: https://ko-fi.com/defaced
┃ GitHub Sponsors: https://github.com/sponsors/workeffortwaste/
${colors.reset}
`)
Expand Down

0 comments on commit f065138

Please sign in to comment.