Skip to content

Commit

Permalink
Update aries-site/src/data/structures/templates/templates.js
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Glissmann <[email protected]>
  • Loading branch information
britt6612 and halocline authored Oct 16, 2024
1 parent 2f93103 commit cad23b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions aries-site/src/data/structures/templates/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,7 @@ export const templates = [
component: () => <PopoverPreview />,
background: 'background-front',
},
seoDescription: `A Popover is an overlay that is opened by a
click trigger.
They are used to provide additional contextual information and might
contain interactive elements.`,
seoDescription: `A Popover is an overlay presenting contextual information related to a specific UI element. It is revealed and closed by click events.`,
relatedContent: ['Tip'],
sections: ['Use cases', 'Anatomy', 'Content guidelines', 'Accessibility'],
tags: ['tip', 'tooltip', 'modal', 'popoverMenu', 'inline popover'],
Expand Down

0 comments on commit cad23b9

Please sign in to comment.