From 507a5b94ecac11b034149b8b1a822a5097417e28 Mon Sep 17 00:00:00 2001 From: Franco Carrara Date: Thu, 18 Apr 2024 15:55:37 +0000 Subject: [PATCH 1/2] feat: add syntaxUI to library components --- db/frontend/components_library.ts | 12 ++++++++++++ public/frontend/syntaxUI.svg | 5 +++++ 2 files changed, 17 insertions(+) create mode 100644 public/frontend/syntaxUI.svg diff --git a/db/frontend/components_library.ts b/db/frontend/components_library.ts index 72b100e..1bf094a 100644 --- a/db/frontend/components_library.ts +++ b/db/frontend/components_library.ts @@ -228,6 +228,18 @@ const components_library: DocPage = { }, videos: [], }, + { + imgPlaceholder: 'SyntaxUI', + titleCard: + 'Elementos de interfaz de usuario gratuitos diseñados para un desarrollo rápido.', + links: [{ type: LinkType.Web, url: 'https://syntaxui.com/' }], + cover: { + src: '/frontend/syntaxUI.svg', + height: 80, + width: 80, + }, + videos: [], + }, ], } diff --git a/public/frontend/syntaxUI.svg b/public/frontend/syntaxUI.svg new file mode 100644 index 0000000..25ad90d --- /dev/null +++ b/public/frontend/syntaxUI.svg @@ -0,0 +1,5 @@ + + + + + From cbc57f51caa41dfac2302f804ccc44ff854b6d8f Mon Sep 17 00:00:00 2001 From: Franco Carrara Date: Thu, 18 Apr 2024 16:01:27 +0000 Subject: [PATCH 2/2] feat: add Francocdev as contributor --- db/frontend/components_library.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/db/frontend/components_library.ts b/db/frontend/components_library.ts index 1bf094a..6b5f028 100644 --- a/db/frontend/components_library.ts +++ b/db/frontend/components_library.ts @@ -12,6 +12,7 @@ const components_library: DocPage = { { github_username: 'pheralb' }, { github_username: 'guguponce' }, { github_username: 'eduWTR' }, + { github_username: 'Francocdev' }, ], pageItems: [ {