Zoo rebrand (#1228)
* Add new logomarks * Replace KittyCAD and KCMA with Zoo and ZMA anywhere it's safe * fmt * A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu) * Make README logo a PNG instead of an SVG --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@ -5,6 +5,7 @@ import { VITE_KC_SITE_BASE_URL, VITE_KC_API_BASE_URL } from '../env'
|
||||
import { Themes, getSystemTheme } from '../lib/theme'
|
||||
import { paths } from '../Router'
|
||||
import { useGlobalStateContext } from 'hooks/useGlobalStateContext'
|
||||
import { APP_NAME } from 'lib/constants'
|
||||
|
||||
const SignIn = () => {
|
||||
const {
|
||||
@ -45,20 +46,20 @@ const SignIn = () => {
|
||||
</span>
|
||||
</div>
|
||||
<h1 className="font-bold text-2xl mt-12 mb-6">
|
||||
Sign in to get started with the KittyCAD Modeling App
|
||||
Sign in to get started with the {APP_NAME}
|
||||
</h1>
|
||||
<p className="py-4">
|
||||
KCMA is an open-source CAD application for creating accurate 3D models
|
||||
for use in manufacturing. It is built on top of the KittyCAD API.
|
||||
KittyCAD is the first software infrastructure company built
|
||||
specifically for the needs of the manufacturing industry. With KCMA we
|
||||
are showing how the KittyCAD API can be used to build entirely new
|
||||
kinds of software for manufacturing.
|
||||
ZMA is an open-source CAD application for creating accurate 3D models
|
||||
for use in manufacturing. It is built on top of KittyCAD, the design
|
||||
API from Zoo. Zoo is the first software infrastructure company built
|
||||
specifically for the needs of the manufacturing industry. With ZMA we
|
||||
are showing how the KittyCAD API from Zoo can be used to build
|
||||
entirely new kinds of software for manufacturing.
|
||||
</p>
|
||||
<p className="py-4">
|
||||
KCMA is currently in development. If you would like to be notified
|
||||
when KCMA is ready for production, please sign up for our mailing list
|
||||
at <a href="https://kittycad.io">kittycad.io</a>.
|
||||
ZMA is currently in development. If you would like to be notified when
|
||||
ZMA is ready for production, please sign up for our mailing list at{' '}
|
||||
<a href="https://zoo.dev">zoo.dev</a>.
|
||||
</p>
|
||||
{isTauri() ? (
|
||||
<ActionButton
|
||||
|
Reference in New Issue
Block a user