Skip to content

Commit

Permalink
docs: fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonraimondi committed Aug 10, 2024
1 parent d70e038 commit 9df8558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,11 @@ export default function Home() {
<div className="pt-14 px-3 flex flex-col justify-center align-middle text-center">
<SectionTitle>Contributors</SectionTitle>
<div className="flex justify-center">
<Contributors owner="jasonraimondi" repo="ts-oauth2-server" />
{typeof window !== 'undefined' && <Contributors owner="jasonraimondi" repo="ts-oauth2-server" />}
</div>
<SectionTitle>Sponsors</SectionTitle>
<div className="flex justify-center">
<Sponsors username="jasonraimondi" />
{typeof window !== 'undefined' && <Sponsors username="jasonraimondi" />}
</div>
</div>
<Features />
Expand Down

0 comments on commit 9df8558

Please sign in to comment.