Skip to content

Commit

Permalink
chore(site): pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool committed Sep 10, 2024
1 parent 2425382 commit 14d495f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion site/src/components/sections/EcosystemSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ interface ItemData {
url: string
logo: any
cover: any
category: Category[]
category: Array<Category>
}
const data: Array<ItemData> = [
Expand Down
2 changes: 1 addition & 1 deletion site/src/lib/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { EntryFieldTypes } from "contentful"
import { type ImageMetadata } from "astro"
import type { ImageMetadata } from "astro"

export type MaybePromise<T> = T | Promise<T>

Expand Down
1 change: 0 additions & 1 deletion site/src/pages/team.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import Card from "#/components/Card.astro"
import H1 from "#/components/typography/h1.astro"
import Subtitle from "#/components//typography/subtitle.astro"
import TopSection from "../components/sections/TopSection.astro"
import { type ImageMetadata } from "astro"
import headshot_karel from "#/assets/images/headshots/karel.jpg"
import headshot_cor from "#/assets/images/headshots/cor.jpg"
Expand Down

0 comments on commit 14d495f

Please sign in to comment.