Skip to content

Commit

Permalink
Removed the link in the section ColorPalattes (#308)
Browse files Browse the repository at this point in the history
Signed-off-by: AbhishekReddy1127 <[email protected]>
  • Loading branch information
AbhishekReddy1127 authored Feb 20, 2023
1 parent 54d9d78 commit bea9067
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src-docs/src/views/color_palette/color_palette_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
*/

import React from 'react';
import { Link } from 'react-router-dom';

import { renderToHtml } from '../../services';

import { GuideSectionTypes } from '../../components';
Expand Down Expand Up @@ -106,10 +104,9 @@ export const ColorPaletteExample = {
demographic-based data sets.
</p>
<p>
OUI provides the following common palettes for quantitative data and{' '}
<Link to="/elastic-charts/creating-charts">charts</Link>. Just pass
in the number of steps needed and the function will interpolate
between the colors.
OUI provides the following common palettes for quantitative data and
charts. Just pass in the number of steps needed and the function
will interpolate between the colors.
</p>
<OuiCallOut
color="warning"
Expand Down

0 comments on commit bea9067

Please sign in to comment.