Skip to content

Commit

Permalink
AI Assistant: Add AI Guidelines link to the AI Assistant sidebar panel (
Browse files Browse the repository at this point in the history
#39094)

* Add AI Guidelines link to the sidebar

I'm re-adding a link to the AI guidelines that we used to have and
removed recently when we expanded the sidebar panel functionality.

* changelog
  • Loading branch information
vianasw authored Aug 27, 2024
1 parent 8d968e5 commit bade9e7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: other

AI Assistant: add AI Guidelines link to the AI Assistant sidebar panel
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ const JetpackAndSettingsContent = ( {
{ __( 'Learn more about Jetpack AI', 'jetpack' ) }
</ExternalLink>
</PanelRow>

<PanelRow>
<ExternalLink href="https://automattic.com/ai-guidelines">
{ __( 'AI Guidelines', 'jetpack' ) }
</ExternalLink>
</PanelRow>
</>
);
};
Expand Down

0 comments on commit bade9e7

Please sign in to comment.