Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const MessageWithSourcesExample: React.FunctionComponent = () => {
name="Bot"
role="bot"
avatar={patternflyAvatar}
content="Example with sources"
content="This example has a body description that's within the recommended limit of 2 lines:"
sources={{
sources: [
{
Expand Down Expand Up @@ -43,7 +43,7 @@ export const MessageWithSourcesExample: React.FunctionComponent = () => {
name="Bot"
role="bot"
avatar={patternflyAvatar}
content="Example with long sources"
content="This example has a body description that's longer than the recommended limit of 2 lines, with a link to load the rest of the description:"
sources={{
sources: [
{
Expand Down Expand Up @@ -72,7 +72,7 @@ export const MessageWithSourcesExample: React.FunctionComponent = () => {
name="Bot"
role="bot"
avatar={patternflyAvatar}
content="Example with very long sources"
content="This example has a truncated title:"
sources={{
sources: [
{
Expand All @@ -95,7 +95,7 @@ export const MessageWithSourcesExample: React.FunctionComponent = () => {
name="Bot"
role="bot"
avatar={patternflyAvatar}
content="Example with only 1 source"
content="This example only includes 1 source:"
sources={{
sources: [
{
Expand All @@ -112,7 +112,7 @@ export const MessageWithSourcesExample: React.FunctionComponent = () => {
name="Bot"
role="bot"
avatar={patternflyAvatar}
content="Example with sources that include a title and link"
content="This example has a title and no body description:"
sources={{
sources: [
{ title: 'Getting started with Red Hat OpenShift', link: '#', isExternal: true },
Expand All @@ -134,7 +134,7 @@ export const MessageWithSourcesExample: React.FunctionComponent = () => {
name="Bot"
role="bot"
avatar={patternflyAvatar}
content="Example with link-only sources (not recommended)"
content="This example displays the source as a link, without a title (not recommended)"
sources={{
sources: [
{
Expand Down
Loading