mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-07-06 01:42:13 +02:00
feat: featured projects
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export type FeaturedProject = {
|
||||
title: string
|
||||
subtitle?: string
|
||||
url: string
|
||||
highlighted?: boolean
|
||||
logo: string
|
||||
}
|
||||
|
||||
export type FeaturedProjectsFile = {
|
||||
projects: FeaturedProject[]
|
||||
}
|
||||
Reference in New Issue
Block a user