Skip to content

Commit

Permalink
Banner description fix (#2490)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilgardosh committed Mar 25, 2024
1 parent fc41df0 commit df4f81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig, Giscus, PRODUCTS, useTheme } from '@theguild/components';
import { useRouter } from 'next/router';

export default defineConfig({
description: PRODUCTS.MODULES.title,
description: 'GraphQL server tooling',
docsRepositoryBase:
'https://github.com/Urigo/graphql-modules/tree/master/website',
logo: PRODUCTS.MODULES.logo({ className: 'w-9' }),
Expand Down

0 comments on commit df4f81d

Please sign in to comment.