Skip to content

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
zaxovaiko committed Sep 20, 2024
1 parent 18971b9 commit ed41a5b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ const withNextra = require('nextra')({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.tsx',
defaultShowCopyCode: true,
})
});

module.exports = withNextra()
module.exports = withNextra();
7 changes: 6 additions & 1 deletion packages/docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ const config: DocsThemeConfig = {
chat: {
link: 'https://forminer.com/?utm_source=uniforms&utm_medium=Menu_CTA&utm_campaign=Forminer_uniforms_menu_CTA&utm_id=Forminer_uniforms_menu',
icon: (
<img src="/img/forminer.svg" alt="forminer logo" width="120" height="40" />
<img
src="/img/forminer.svg"
alt="forminer logo"
width="120"
height="40"
/>
),
},
docsRepositoryBase: 'https://github.com/vazco/uniforms',
Expand Down

0 comments on commit ed41a5b

Please sign in to comment.