Skip to content

Commit

Permalink
Fix ToS page in dark mode (#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdBarho authored Feb 4, 2023
1 parent af0711e commit b724b37
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions website/src/pages/terms-of-service.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,13 @@ const TermsOfServicePage = () => {
<title>Terms of Service - Open Assistant</title>
<meta name="description" content="Open Assistant's Terms of Service" />
</Head>
<Box fontFamily="Inter" p="6" className="oa-basic-theme max-w-4xl mx-auto">
<Heading as="h1" size="xl" color="blue.500" mb="6">
Terms of Service
</Heading>
<TermsOfService />
<Box fontFamily="Inter" p="6" className="oa-basic-theme">
<Box className="max-w-4xl mx-auto">
<Heading as="h1" size="xl" color="blue.500" mb="6">
Terms of Service
</Heading>
<TermsOfService />
</Box>
</Box>
</>
);
Expand Down

0 comments on commit b724b37

Please sign in to comment.