Skip to content

Commit

Permalink
quickLinks: Add a /wpt command that links to linegoup.lol and wpt.fyi
Browse files Browse the repository at this point in the history
  • Loading branch information
AtkinsSJ authored and gmta committed Dec 12, 2024
1 parent d286016 commit 3fa8787
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/commands/quickLinksCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ export class QuickLinksCommand extends Command {
"WHF is short for 'Well hello friends', the greeting used by Andreas in his coding videos",
help: "Explains the meaning of 'whf'",
},
{
name: "wpt",
response: `Charts comparing our score to other browsers, over time: <https://linegoup.lol>
Our latest WPT results: <https://wpt.fyi/results/?product=ladybird>`,
help: "Get links our Web Platform Test results",
},
];

override data() {
Expand Down

0 comments on commit 3fa8787

Please sign in to comment.