Skip to content

Commit

Permalink
chore(sanity): update bundleRow to use the new name for badge
Browse files Browse the repository at this point in the history
  • Loading branch information
RitaDias committed Jul 3, 2024
1 parent 9ab6d65 commit 62ffd3e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {RelativeTime} from 'sanity'
import {useRouter} from 'sanity/router'

import {type BundleDocument} from '../../../store/bundles/types'
import {VersionBadge} from '../../../versions/components/VersionBadge'
import {BundleBadge} from '../../../versions/components/BundleBadge'
import {BundleMenuButton} from '../BundleMenuButton/BundleMenuButton'

type Props = {
Expand All @@ -26,7 +26,7 @@ export function BundleRow({bundle}: Props) {
>
<Flex align="center" gap={2}>
<Box flex="none">
<VersionBadge tone={bundle.tone} icon={bundle.icon} />
<BundleBadge tone={bundle.tone} icon={bundle.icon} />
</Box>
<Stack flex={1} space={2}>
<Flex align="center" gap={2}>
Expand Down

0 comments on commit 62ffd3e

Please sign in to comment.