Skip to content

Commit 10184d4

Browse files
committed
fix: format
1 parent cd44475 commit 10184d4

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

docs/src/components/Reviews.astro

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,10 @@ import jordiImage from "../assets/jordi.jpeg";
9696
/>
9797
<div class="cite-wrapper">
9898
<cite>Majid Jabrayilov</cite>
99-
<a class="testimonial-position" href="https://www.swiftwithmajid.com" target="_blank"
100-
>swiftwithmajid.com</a
99+
<a
100+
class="testimonial-position"
101+
href="https://www.swiftwithmajid.com"
102+
target="_blank">swiftwithmajid.com</a
101103
>
102104
</div>
103105
</figcaption>
@@ -115,7 +117,11 @@ import jordiImage from "../assets/jordi.jpeg";
115117
<Image src={jordiImage} alt="Jordi Bruin" width="96" class="image" />
116118
<div class="cite-wrapper">
117119
<cite>Jordi Bruin</cite>
118-
<a class="testimonial-position" href="https://www.soosee.app" target="_blank">soosee.app</a>
120+
<a
121+
class="testimonial-position"
122+
href="https://www.soosee.app"
123+
target="_blank">soosee.app</a
124+
>
119125
</div>
120126
</figcaption>
121127
</figure>
@@ -124,7 +130,8 @@ import jordiImage from "../assets/jordi.jpeg";
124130
<figure data-aos="fade-up" data-aos-delay="1500">
125131
<blockquote>
126132
<p>
127-
"I use <strong>RocketSim</strong> to create high-quality screenshots and recordings for my presentations."
133+
"I use <strong>RocketSim</strong> to create high-quality screenshots
134+
and recordings for my presentations."
128135
</p>
129136
</blockquote>
130137
<figcaption>

0 commit comments

Comments
 (0)