web: Rename command palette entry to "GitHub Repo" (#134)

Makes the entry searchable by typing "github" in the command palette.
This commit is contained in:
Bas Nijholt
2025-12-28 07:06:32 +01:00
committed by GitHub
parent 9bdcd143cf
commit f69993eac8

View File

@@ -610,7 +610,7 @@ function playFabIntro() {
cmd('app', 'Console', 'Go to console', nav('/console'), icons.terminal),
cmd('app', 'Edit Config', 'Edit compose-farm.yaml', nav('/console#editor'), icons.file_code),
cmd('app', 'Docs', 'Open documentation', openExternal('https://compose-farm.nijho.lt/'), icons.book_open),
cmd('app', 'Repo', 'Open GitHub repository', openExternal('https://github.com/basnijholt/compose-farm'), icons.external_link),
cmd('app', 'GitHub Repo', 'Open GitHub repository', openExternal('https://github.com/basnijholt/compose-farm'), icons.external_link),
];
// Add stack-specific actions if on a stack page