Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qwqcode committed Nov 6, 2024
1 parent c341323 commit 93afdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/landing/src/components/Features/StartCarousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export const StartCarousel = () => {
</div>

<div className="screenshot-group">
{currentScreenshots.map((screenshot, i) => (
{currentScreenshots.map((screenshot) => (
<div className="screenshot" key={screenshot}>
<LazyImage src={screenshot} alt="screenshot" referrerPolicy="no-referrer" />
</div>
Expand Down

0 comments on commit 93afdab

Please sign in to comment.