Skip to content

Commit

Permalink
feat(canvas): update @para-droid-ai's Scratchpad credit
Browse files Browse the repository at this point in the history
  • Loading branch information
pnd280 committed Oct 17, 2024
1 parent 6f7304e commit c0fc985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content-script/components/Canvas/langs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ export const canvasLangSettings = [
actions: [
{
description: "Check out @paradroid's Scratchpad prompt",
cta: "Open original thread",
cta: "Github",
action: () => {
window.open(
"https://discord.com/channels/1047197230748151888/1223058316662538331/1285473963958472765",
"https://github.com/para-droid-ai/scratchpad",
);
},
},
Expand Down

0 comments on commit c0fc985

Please sign in to comment.