diff --git a/src/config/app.ts b/src/config/app.ts index 642ae9b..88d9283 100644 --- a/src/config/app.ts +++ b/src/config/app.ts @@ -21,8 +21,8 @@ interface AppConfig { export const appConfig: AppConfig = { name: "Sveltos", github: { - title: "dashboard", - url: "https://github.com/projectsveltos/dashboard", + title: "Sveltos", + url: "https://github.com/projectsveltos/addon-controller", }, defaultType: sveltosClusterValue, defaultPage: 1,