diff --git a/src/components/services.ts b/src/components/services.ts index 70c6ddb..1428493 100644 --- a/src/components/services.ts +++ b/src/components/services.ts @@ -29,7 +29,7 @@ function Service(props: IServiceProps) { service; return ` -
  • +
  • ${ !is.null(icon) ? ` @@ -40,13 +40,13 @@ function Service(props: IServiceProps) { : `` }
    -

    +

    ${Anchor({ uri, newWindow, children: name })}

    ${ !is.null(description) ? ` -

    +

    ${Anchor({ uri, newWindow, children: description })}

    ` diff --git a/src/config/config.json b/src/config/config.json index 3ee59ab..cfb4959 100644 --- a/src/config/config.json +++ b/src/config/config.json @@ -6,20 +6,23 @@ "name": "Check the readme", "uri": "https://github.com/notclickable-jordan/starbase-80", "description": "Use your own icons", - "icon": "github" + "icon": "github", + "groups": "Friends" }, { "name": "Bind mount", "uri": "https://github.com/notclickable-jordan/docker-symphony", "description": "/app/src/config/config.json", - "icon": "docker" + "icon": "docker", + "groups": "Family, Friends" }, { "name": "Watch Lower Decks", "uri": "https://www.paramountplus.com/", "description": "On Paramount+", - "icon": "mdi-image-filter-hdr", - "iconColor": "blue-500" + "icon": "https://www.gstatic.com/script/apps_script_1x_24dp.png", + "iconColor": "blue-500", + "users": "test@example.com" } ] }