Skip to content

Commit

Permalink
Merge pull request #1685 from newrelic/docs-link
Browse files Browse the repository at this point in the history
chore: aligns tags
  • Loading branch information
rudouglas authored Sep 23, 2021
2 parents 7b9563f + 7b05218 commit 04c70da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/components/quickstarts/QuickstartDataSources.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const QuickstartDataSources = ({ quickstart }) => (
interactive
>
<h3>{doc.name}</h3>
{doc.description && <p>{doc.description}</p>}
<Tag
css={css`
display: inline-block;
Expand All @@ -49,8 +50,6 @@ const QuickstartDataSources = ({ quickstart }) => (
>
Docs
</Tag>

{doc.description && <p>{doc.description}</p>}
</Surface>
))}
</div>
Expand Down
1 change: 0 additions & 1 deletion src/components/quickstarts/QuickstartOverview.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react';
import { css } from '@emotion/react';

import { quickstart } from '../../types';
import OverviewTile from './OverviewTile';
import Markdown from '../Markdown';
Expand Down

0 comments on commit 04c70da

Please sign in to comment.