Skip to content

Commit

Permalink
chore: using Tag component from theme
Browse files Browse the repository at this point in the history
zstix committed Aug 3, 2020
1 parent a5e69ec commit ec012dc
Showing 2 changed files with 1 addition and 50 deletions.
3 changes: 1 addition & 2 deletions src/components/RelatedContentModules/Resources.js
Original file line number Diff line number Diff line change
@@ -2,9 +2,8 @@ import React from 'react';
import PropTypes from 'prop-types';
import { css } from '@emotion/core';
import { graphql, Link } from 'gatsby';
import { ExternalLink, Icon } from '@newrelic/gatsby-theme-newrelic';
import { ExternalLink, Icon, Tag } from '@newrelic/gatsby-theme-newrelic';
import Section from './Section';
import Tag from '../Tag';
import Title from './Title';

const SITE_TAGS = {
48 changes: 0 additions & 48 deletions src/components/Tag.js

This file was deleted.

0 comments on commit ec012dc

Please sign in to comment.