Skip to content

Commit 7c0a1ad

Browse files
authored
Fix marketplace description styling (#4003)
1 parent 12a50d9 commit 7c0a1ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

jetbrains-core/resources/META-INF/plugin.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>1.0</version>
88

99
<description><![CDATA[
10-
<h3><a href="https://aws.amazon.com/q">Amazon Q (preview)</a>
10+
<h3><a href="https://aws.amazon.com/q">Amazon Q (preview)</a></h3>
1111
<p>Amazon Q is an interactive, generative AI-powered assistant that gives you expert guidance when building, troubleshooting, and transforming applications on AWS.</p>
1212
1313
<p>Amazon Q can help you with the following:</p>
@@ -31,7 +31,8 @@
3131
Refactor code
3232
</li>
3333
</ul>
34-
<img src="https://raw.githubusercontent.com/aws/aws-toolkit-jetbrains/main/marketplaceGifs/amazonQ.gif" width="100vw"></img>
34+
<img src="https://raw.githubusercontent.com/aws/aws-toolkit-jetbrains/main/marketplaceGifs/amazonQ.gif"></img>
35+
3536
<h3><a href="https://aws.amazon.com/codewhisperer/">Amazon CodeWhisperer</a></h3>
3637
<p>An AI powered productivity tool for the IDE.</p>
3738

0 commit comments

Comments
 (0)