Skip to content

Commit

Permalink
Add Flex to Header in Cards (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdmaclean authored Jan 5, 2024
1 parent d881f85 commit cd1c418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import CustomDocCardList from '@site/src/components/CustomDocCardList'

:::tip

The DevCycle DevRel team hosts weekly Open Office Hours every Thursday at 12PM Pacific Time / 3PM Eastern Time. No need to register, just drop by to troubleshoot issues with the implementing your feature flags, to talk tech, or just to say hi 👋 [See you there!](https://bit.ly/devcycle-discord)
The DevCycle DevRel team hosts weekly Open Office Hours every Monday at 12PM Pacific Time / 3PM Eastern Time. No need to register, just drop by to troubleshoot issues with the implementing your feature flags, to talk tech, or just to say hi 👋 [See you there!](https://bit.ly/devcycle-discord)

:::

Expand Down
2 changes: 1 addition & 1 deletion src/components/CustomDocCard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function CardContainer({ href, children }) {
function CardLayout({ href, icon, title, description }) {
return (
<CardContainer href={href}>
<h2 className={clsx('text--truncate', styles.cardTitle)} title={title}>
<h2 className={clsx('text--truncate flex', styles.cardTitle)} title={title}>
<Icon icon={icon} height="24" className="mr-2" />
<span className="ml-2">{title}</span>
</h2>
Expand Down

1 comment on commit cd1c418

@vercel
Copy link

@vercel vercel bot commented on cd1c418 Jan 5, 2024

Choose a reason for hiding this comment

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

Please sign in to comment.