diff --git a/components/Card.vue b/components/Card.vue index 05b816d..4fb02cd 100644 --- a/components/Card.vue +++ b/components/Card.vue @@ -35,7 +35,17 @@ function color(status) {

{{ title }}

-

{{ maintainers || '-' }}

+

+ + + {{ maintainer }} + + +

diff --git a/modules.json b/modules.json index d9cbbca..a83b855 100644 --- a/modules.json +++ b/modules.json @@ -61,7 +61,7 @@ "name": "@nuxtjs/color-mode", "bridge": "ready", "core": "bugged", - "maintainers": "Atinux", + "maintainers": "@Atinux", "repoUrl": "https://github.com/nuxt-community/color-mode-module", "issueUrl": "https://github.com/nuxt-community/color-mode-module/issues/110" },