Skip to content

Commit

Permalink
Update LinodeResize.tsx
Browse files Browse the repository at this point in the history
Added import for Externallink component on line 28.
Added space "{' '}" on line 309 before the link.
  • Loading branch information
ztemqnoj authored Jan 22, 2020
1 parent 9ca48fe commit 09a2e1e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import {
} from 'src/components/core/styles';
import Typography from 'src/components/core/Typography';
import { DocumentTitleSegment } from 'src/components/DocumentTitle';
import ExternalLink from 'src/components/ExternalLink';
import HelpIcon from 'src/components/HelpIcon';
import { resetEventsPolling } from 'src/eventsPolling';
import SelectPlanPanel, {
Expand Down Expand Up @@ -305,7 +306,7 @@ export class LinodeResize extends React.Component<CombinedProps, State> {
<Typography data-qa-description>
If you're expecting a temporary burst of traffic to your website, or
if you're not using your Linode as much as you thought, you can
temporarily or permanently resize your Linode to a different plan.
temporarily or permanently resize your Linode to a different plan.{' '}
<ExternalLink
fixedIcon
text="Learn more."
Expand Down

0 comments on commit 09a2e1e

Please sign in to comment.