Skip to content

Commit

Permalink
Update RSS icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Sep 8, 2020
1 parent 4939973 commit 2d9e7c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-library/src/rss/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
ToolbarGroup,
} from '@wordpress/components';
import { useState } from '@wordpress/element';
import { grid, list, pencil, rss } from '@wordpress/icons';
import { grid, list, edit, rss } from '@wordpress/icons';
import { __ } from '@wordpress/i18n';
import ServerSideRender from '@wordpress/server-side-render';

Expand Down Expand Up @@ -75,7 +75,7 @@ export default function RSSEdit( { attributes, setAttributes } ) {

const toolbarControls = [
{
icon: pencil,
icon: edit,
title: __( 'Edit RSS URL' ),
onClick: () => setIsEditing( true ),
},
Expand Down

0 comments on commit 2d9e7c0

Please sign in to comment.