|
|
|
@ -2,6 +2,7 @@ import React from 'react'
|
|
|
|
import Header from '../signin/_header'
|
|
|
|
import Header from '../signin/_header'
|
|
|
|
import InstallForm from './installForm'
|
|
|
|
import InstallForm from './installForm'
|
|
|
|
import cn from '@/utils/classnames'
|
|
|
|
import cn from '@/utils/classnames'
|
|
|
|
|
|
|
|
import { POSSESSION_TEXT } from '@/config'
|
|
|
|
|
|
|
|
|
|
|
|
const Install = () => {
|
|
|
|
const Install = () => {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
@ -10,7 +11,7 @@ const Install = () => {
|
|
|
|
<Header />
|
|
|
|
<Header />
|
|
|
|
<InstallForm />
|
|
|
|
<InstallForm />
|
|
|
|
<div className='px-8 py-6 text-sm font-normal text-text-tertiary'>
|
|
|
|
<div className='px-8 py-6 text-sm font-normal text-text-tertiary'>
|
|
|
|
© {new Date().getFullYear()} LangGenius, Inc. All rights reserved.
|
|
|
|
{ POSSESSION_TEXT || `© ${new Date().getFullYear()} LangGenius, Inc. All rights reserved.` }
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|