Skip to content

Commit 3fa8787

Browse files
AtkinsSJgmta
authored andcommitted
quickLinks: Add a /wpt command that links to linegoup.lol and wpt.fyi
1 parent d286016 commit 3fa8787

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/commands/quickLinksCommand.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ export class QuickLinksCommand extends Command {
7676
"WHF is short for 'Well hello friends', the greeting used by Andreas in his coding videos",
7777
help: "Explains the meaning of 'whf'",
7878
},
79+
{
80+
name: "wpt",
81+
response: `Charts comparing our score to other browsers, over time: <https://linegoup.lol>
82+
Our latest WPT results: <https://wpt.fyi/results/?product=ladybird>`,
83+
help: "Get links our Web Platform Test results",
84+
},
7985
];
8086

8187
override data() {

0 commit comments

Comments
 (0)