Remove remaining links to nightly (#7051)
This commit is contained in:
@ -42,8 +42,6 @@ The 3D view in Design Studio is just a video stream from our hosted geometry eng
|
|||||||
|
|
||||||
We recommend downloading the latest application binary from our [releases](https://github.com/KittyCAD/modeling-app/releases) page. If you don't see your platform or architecture supported there, please file an issue.
|
We recommend downloading the latest application binary from our [releases](https://github.com/KittyCAD/modeling-app/releases) page. If you don't see your platform or architecture supported there, please file an issue.
|
||||||
|
|
||||||
If you'd like to try out upcoming changes sooner, you can also download those from our [nightly releases](https://zoo.dev/modeling-app/download/nightly) page.
|
|
||||||
|
|
||||||
## Developing
|
## Developing
|
||||||
|
|
||||||
Finally, if you'd like to run a development build or contribute to the project, please visit our [contributor guide](CONTRIBUTING.md) to get started.
|
Finally, if you'd like to run a development build or contribute to the project, please visit our [contributor guide](CONTRIBUTING.md) to get started.
|
||||||
|
|||||||
@ -30,7 +30,7 @@ import {
|
|||||||
settingsActor,
|
settingsActor,
|
||||||
useSettings,
|
useSettings,
|
||||||
} from '@src/lib/singletons'
|
} from '@src/lib/singletons'
|
||||||
import { APP_VERSION, IS_NIGHTLY, getReleaseUrl } from '@src/routes/utils'
|
import { APP_VERSION, getReleaseUrl } from '@src/routes/utils'
|
||||||
import {
|
import {
|
||||||
acceptOnboarding,
|
acceptOnboarding,
|
||||||
catchOnboardingWarnError,
|
catchOnboardingWarnError,
|
||||||
@ -276,25 +276,6 @@ export const AllSettingsFields = forwardRef(
|
|||||||
, and start a discussion if you don't see it! Your feedback will
|
, and start a discussion if you don't see it! Your feedback will
|
||||||
help us prioritize what to build next.
|
help us prioritize what to build next.
|
||||||
</p>
|
</p>
|
||||||
{!IS_NIGHTLY && (
|
|
||||||
<p className="max-w-2xl mt-6">
|
|
||||||
Want to experience the latest and (hopefully) greatest from our
|
|
||||||
main development branch?{' '}
|
|
||||||
<a
|
|
||||||
onClick={openExternalBrowserIfDesktop(
|
|
||||||
'https://zoo.dev/modeling-app/download/nightly'
|
|
||||||
)}
|
|
||||||
href="https://zoo.dev/modeling-app/download/nightly"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer"
|
|
||||||
>
|
|
||||||
Click here to grab Zoo Design Studio (Nightly)
|
|
||||||
</a>
|
|
||||||
. It can be installed side-by-side with the stable version
|
|
||||||
you're running now. But careful there, a lot less testing is
|
|
||||||
involved in their release 🤖.
|
|
||||||
</p>
|
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user