Skip to content

Commit

Permalink
fix: linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanay Pant committed Jul 15, 2024
1 parent af44612 commit ef7faf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ const config: DocsThemeConfig = {
(asPath === '/'
? ''
: asPath === '/ethglobal-brussels'
? 'ETHGlobal Brussels - '
: '%s – ') + 'Safe Docs'
? 'ETHGlobal Brussels - '
: '%s – ') + 'Safe Docs'
return {
titleTemplate
}
Expand Down

0 comments on commit ef7faf1

Please sign in to comment.