Skip to content

Commit

Permalink
chore: update f36 components
Browse files Browse the repository at this point in the history
  • Loading branch information
YvesRijckaert committed Jan 4, 2024
1 parent 00197e6 commit 7b8f46e
Show file tree
Hide file tree
Showing 3 changed files with 456 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@contentful/eslint-config-extension": "0.4.2",
"@contentful/f36-components": "^4.10.0",
"@contentful/f36-components": "^4.57.0",
"@contentful/f36-tokens": "^4.0.1",
"@cypress/react": "^7.0.3",
"@storybook/addon-actions": "^7.0.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/reference/src/components/SpaceName/SpaceName.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function SpaceName(props: SourceProps) {

return (
<Tooltip placement="top" as="div" content={content}>
<Flex alignItems="center" gap="spacingXs" marginRight="spacingS">
<Flex alignItems="center" gap="spacingXs">
<FolderOpenTrimmedIcon className={styles.spaceIcon} size="tiny" aria-label="Source space" />
<Text className={styles.spaceName}>{props.spaceName}</Text>
</Flex>
Expand Down
Loading

0 comments on commit 7b8f46e

Please sign in to comment.