Skip to content

Commit 426717e

Browse files
author
himaniraghav3
committed
style the dev center tabs
1 parent 14fb8d0 commit 426717e

File tree

1 file changed

+8
-2
lines changed
  • src/apps/dev-center/src/dev-center-pages/community-app/landing-page/dev-center-get-started/GetStartedCardsContainer

1 file changed

+8
-2
lines changed

src/apps/dev-center/src/dev-center-pages/community-app/landing-page/dev-center-get-started/GetStartedCardsContainer/GetStartedCardsContainer.tsx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ import { rootRoute } from '../../../../../dev-center.routes'
1010
import styles from './GetStartedCardsContainer.module.scss'
1111

1212
const GetStartedCardsContainer: FC = () => (
13-
<div className={styles.container}>
13+
<div>
14+
<div className={styles.container}>
1415
<DevCenterCard
1516
cornerIcon={<CommunityAppCornerIcon />}
1617
icon={<CommunityAppIcon />}
@@ -43,11 +44,14 @@ const GetStartedCardsContainer: FC = () => (
4344
/>
4445
)}
4546
/>
47+
</div>
48+
<div className={styles.container}>
49+
4650
<DevCenterCard
4751
cornerIcon={<ApiCornerIcon />}
4852
icon={<BookOpenIcon className='icon-mx' />}
4953
title='Platform UI Storybook'
50-
titleClass=''
54+
titleClass={styles.apiTitle}
5155
description='Explore the Platform UI Storybook for UI development.'
5256
button={(
5357
<LinkButton
@@ -76,6 +80,8 @@ const GetStartedCardsContainer: FC = () => (
7680
)}
7781
/>
7882
</div>
83+
</div>
84+
7985
)
8086

8187
export default GetStartedCardsContainer

0 commit comments

Comments
 (0)