Skip to content

Commit

Permalink
Merge pull request #197 from gulyapulya/issue-185
Browse files Browse the repository at this point in the history
Add a custom hello message for cat
  • Loading branch information
tonybaloney authored Oct 7, 2022
2 parents eb8f730 + d7e5798 commit dc7ffb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/panel/pets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -589,8 +589,7 @@ export class Cat extends BasePetType {
return '🐱';
}
hello(): string {
// TODO: #185 Add a custom message for cat
return ` says hello 👋!`;
return `brrr... Meow!`;
}
}

Expand Down

0 comments on commit dc7ffb5

Please sign in to comment.