mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-02 05:47:09 -05:00
Add get it on google play
This commit is contained in:
@@ -29,6 +29,11 @@ export function ContactComponent() {
|
||||
You can also contact us through this <Link href={formLink}>feedback form</Link> or any of our <Link
|
||||
href={'/social'}>socials</Link>. Feel free to give your contact information if you'd like us to get back to you.
|
||||
</p>
|
||||
<h4 className="">Android App</h4>
|
||||
<p className={'custom-link mb-4'}>
|
||||
To release our app, Google requires a closed test with at least 12 testers for 14 days. Please share your Google Play–registered email address so we can add you as a tester and complete the review process.
|
||||
You email address will NOT be shared with anyone else and will be used solely to send for the purpose of the review process.
|
||||
</p>
|
||||
<Col>
|
||||
<div className={'mb-2'}>
|
||||
<TextEditor
|
||||
|
||||
@@ -11,6 +11,7 @@ import SiteLogo from '../site-logo'
|
||||
import {Button, ColorType, SizeType} from 'web/components/buttons/button'
|
||||
import {signupRedirect} from 'web/lib/util/signup'
|
||||
import {useProfile} from 'web/hooks/use-profile'
|
||||
import Image from 'next/image'
|
||||
|
||||
export default function Sidebar(props: {
|
||||
className?: string
|
||||
@@ -46,6 +47,14 @@ export default function Sidebar(props: {
|
||||
{navOptions.map((item) => (
|
||||
<SidebarItem key={item.name} item={item} currentPage={currentPage}/>
|
||||
))}
|
||||
<Image
|
||||
src="https://firebasestorage.googleapis.com/v0/b/compass-130ba.firebasestorage.app/o/misc%2FGoogle_Play_Store_badge_EN.svg.png?alt=media&token=3e0e8605-800a-422b-84d1-8ecec8af3e80"
|
||||
alt="divider"
|
||||
width={160}
|
||||
height={80}
|
||||
className="mx-auto pt-4 hover:opacity-70 cursor-pointer invert dark:invert-0"
|
||||
onClick={() => router.push('/contact')}
|
||||
/>
|
||||
|
||||
{user === null && <SignUpButton className="mt-4" text="Sign up"/>}
|
||||
{/*{user === null && <SignUpAsMatchmaker className="mt-2" />}*/}
|
||||
|
||||
Reference in New Issue
Block a user