Skip to content

Commit

Permalink
Merge pull request #207 from Aman0307/added-zappy-message
Browse files Browse the repository at this point in the history
Added message from Zappy
  • Loading branch information
tonybaloney authored Oct 9, 2022
2 parents e87179d + 2ea5fa2 commit 54b82c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panel/pets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ export class Zappy extends BasePetType {
}
hello(): string {
// TODO: #193 Add a custom message for zappy
return ` says hello 👋!`;
return ` Hello this is Zappy! Do I look familiar?? I am the mascot for Azure Functions😉`;
}
}

Expand Down

0 comments on commit 54b82c9

Please sign in to comment.