Skip to content

Commit

Permalink
[Update] Change the NEW-Badge
Browse files Browse the repository at this point in the history
  • Loading branch information
grew-development committed Oct 15, 2024
1 parent fd06a35 commit 58fbdac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ export default defineConfig({
{
label: "Grew Versionchecker",
items: [
{ label: "Information", translations: {'de': 'Information'}, slug: "grew_versionchecker/readme", badge: { text: {en:'New', 'de':'Neu'}, variant: 'tip' }},
{ label: "Information", translations: {'de': 'Information'}, slug: "grew_versionchecker/readme"},
//{ label: "Requirements", translations: {'de': 'Anforderungen'}, slug: "grew_versionchecker/required" },
{ label: "Install", translations: {'de': 'Installation'}, slug: "grew_versionchecker/install" },
{ label: "Config", translations: {'de': 'Config'}, slug: "grew_versionchecker/config" },
{ label: "License", translations: {'de': 'Lizenz'}, slug: "grew_versionchecker/license" },
{ label: "License", translations: {'de': 'Lizenz'}, slug: "grew_versionchecker/license", badge: { text: {en:'New', 'de':'Neu'}, variant: 'tip' }},
],
},
],
Expand Down

0 comments on commit 58fbdac

Please sign in to comment.