Archived
feat: add PWA install icon and uppercase branding
This commit is contained in:
@@ -120,7 +120,7 @@ describe("PluginRegistry", () => {
|
||||
expect(new Set(shortcuts.map(([, shortcut]) => shortcut)).size).toBe(shortcuts.length);
|
||||
});
|
||||
|
||||
it("collects built-in Pi Web themes from an in-app plugin", () => {
|
||||
it("collects built-in PI WEB themes from an in-app plugin", () => {
|
||||
const registry = new PluginRegistry();
|
||||
registry.register({ id: "themes", plugin: themePackPlugin });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user