Skip to content

Commit

Permalink
Update the site logo description to be more illustrative. (#30909)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtias authored Apr 16, 2021
1 parent 673310d commit 976e8ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/block-library/src/site-logo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ export { metadata, name };

export const settings = {
title: _x( 'Site Logo', 'block title' ),
description: __( 'Displays and enables editing of the site logo.' ),
description: __(
'Useful for displaying a graphic mark, design, or symbol to represent the site. Once a site logo is set, it can be reused in different places and templates. It should not be confused with the site icon, which is the small image used in the dashboard, browser tabs, public search results, etc, to help recognize a site.'
),
icon,
styles: [
{
Expand Down

0 comments on commit 976e8ad

Please sign in to comment.