Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
gilgardosh committed Mar 24, 2024
1 parent b8095db commit ebb5123
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,6 +3,6 @@ import { defineConfig, PRODUCTS } from '@theguild/components';
export default defineConfig({
description: PRODUCTS.SSE.title,
docsRepositoryBase: 'https://github.com/enisdenjo/graphql-sse',
logo: PRODUCTS.SSE.logo,
logo: PRODUCTS.SSE.logo({ className: "w-8" }),
websiteName: 'SSE',
});

0 comments on commit ebb5123

Please sign in to comment.