Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
fix linting error, missing comma

Co-authored-by: Trevor Manz <[email protected]>
  • Loading branch information
Lasse-numerous and manzt authored Jan 24, 2025
1 parent 3d83391 commit 491bab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/IntegrationsGallery.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let integrations = [
url: "https://github.com/numerous-com/numerous-apps",
logo: "https://raw.githubusercontent.com/numerous-com/numerous-apps/refs/heads/main/logo-with-text.svg",
status: "planned",
}
},
] satisfies Array<Integration>;
---

Expand Down

0 comments on commit 491bab7

Please sign in to comment.