From 0b62ae626062166174c3ae2d748746881da881ba Mon Sep 17 00:00:00 2001 From: Ethan Hazel <134425461+EthanHazel@users.noreply.github.com> Date: Fri, 15 Nov 2024 12:42:43 -0500 Subject: [PATCH] fix(teamData): Reverted accidental changes from Prettier --- docs/.vitepress/data/teamData.json | 96 +++++++++++++++--------------- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/docs/.vitepress/data/teamData.json b/docs/.vitepress/data/teamData.json index 0d9730607f..4f46f57f1a 100644 --- a/docs/.vitepress/data/teamData.json +++ b/docs/.vitepress/data/teamData.json @@ -1,48 +1,48 @@ -[ - { - "name": "Eric Fennis", - "title": "Creator of Lucide & Software engineer @nedap", - "image": "https://github.com/ericfennis.png?size=192", - "sponsor": "https://github.com/sponsors/ericfennis", - "socialLinks": [ - { - "icon": "github", - "link": "https://github.com/ericfennis" - }, - { - "icon": "x", - "link": "https://x.com/ericfennis" - } - ] - }, - { - "name": "Karsa Rigó", - "title": "Maintainer of Lucide & Software engineer @sztaki", - "image": "https://github.com/karsa-mistmere.png?size=192", - "socialLinks": [ - { - "icon": "github", - "link": "https://github.com/karsa-mistmere" - }, - { - "icon": "linkedin", - "link": "https://www.linkedin.com/in/karsamistmere" - } - ] - }, - { - "name": "Jakob Guddas", - "title": "Maintainer of Lucide & Software engineer @LEGO", - "image": "https://github.com/jguddas.png?size=192", - "socialLinks": [ - { - "icon": "github", - "link": "https://github.com/jguddas" - }, - { - "icon": "linkedin", - "link": "https://www.linkedin.com/in/jguddas" - } - ] - } -] +[ + { + "name": "Eric Fennis", + "title": "Creator of Lucide & Software engineer @nedap", + "image": "https://github.com/ericfennis.png?size=192", + "sponsor": "https://github.com/sponsors/ericfennis", + "socialLinks": [ + { + "icon": "github", + "link": "https://github.com/ericfennis" + }, + { + "icon": "x", + "link": "https://x.com/ericfennis" + } + ] + }, + { + "name": "Karsa Rigó", + "title": "Maintainer of Lucide & Software engineer @sztaki", + "image": "https://github.com/karsa-mistmere.png?size=192", + "socialLinks": [ + { + "icon": "github", + "link": "https://github.com/karsa-mistmere" + }, + { + "icon": "linkedin", + "link": "https://www.linkedin.com/in/karsamistmere" + } + ] + }, + { + "name": "Jakob Guddas", + "title": "Maintainer of Lucide & Software engineer @LEGO", + "image": "https://github.com/jguddas.png?size=192", + "socialLinks": [ + { + "icon": "github", + "link": "https://github.com/jguddas" + }, + { + "icon": "linkedin", + "link": "https://www.linkedin.com/in/jguddas" + } + ] + } +]