Skip to content

Commit

Permalink
refactor(cli, desk-tool): update link for empty message and cta butto…
Browse files Browse the repository at this point in the history
…n + remove line break
  • Loading branch information
RitaDias authored and skogsmaskin committed Apr 25, 2022
1 parent acbbc7a commit 58e8205
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const HelloSanityTutorial = () => {
<Flex justify={isSmallScreen ? 'start' : 'center'}>
<Button
as="a"
href="https://www-sanity-io-git-feature-sc-15265hello-sanity-docs.sanity.build/docs/create-a-schema-and-configure-sanity-studio"
href="https://www.sanity.io/docs/create-a-schema-and-configure-sanity-studio"
target="_blank"
padding={isSmallScreen ? undefined : 4}
tone="primary"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ export function MissingDocumentTypesMessage() {
sizing="border"
>
<Text as="p" align="center">
We’ll generate a UI here
<br aria-hidden="true" />
as soon as you build your first schema.
We’ll generate a UI here as soon as you{' '}
<a href="https://www.sanity.io/docs/create-a-schema-and-configure-sanity-studio">
build your first schema
</a>
.
</Text>
</Card>
)
Expand Down

0 comments on commit 58e8205

Please sign in to comment.