mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-12 00:40:07 +08:00
Fix ToS page in dark mode (#1091)
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user