Skip to content

Commit

Permalink
dev(test-studio): update custom logo component
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanwikner committed Dec 21, 2022
1 parent d774bc6 commit bb61fa1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions dev/test-studio/components/Branding.tsx
@@ -1,6 +1,10 @@
import {Text} from '@sanity/ui'
import {Box, Text} from '@sanity/ui'
import React from 'react'

export function Branding() {
return <Text weight="bold">Test Studio&trade;</Text>
return (
<Box padding={3}>
<Text weight="bold">Test Studio&trade;</Text>
</Box>
)
}

1 comment on commit bb61fa1

@vercel
Copy link

@vercel vercel bot commented on bb61fa1 Dec 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

test-studio – ./

test-studio-git-next.sanity.build
test-studio.sanity.build

Please sign in to comment.