Skip to content

Commit

Permalink
feat: add paletton to frontend colors (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
EduWTR authored Mar 25, 2024
1 parent 0312e0b commit dceff46
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion db/frontend/colors_palette.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const colors_palette: DocPage = {
{ github_username: 'ddragondev' },
{ github_username: 'IvanMJs' },
{ github_username: 'mariaelisaaraya' },
{ github_username: 'eduWTR' },
{ github_username: 'mig-code' },
{ github_username: 'eduWTR' },
],
pageItems: [
{
Expand Down Expand Up @@ -97,6 +97,17 @@ const colors_palette: DocPage = {
},
videos: [],
},
{
imgPlaceholder: 'Paletton',
titleCard: 'Crea combinaciones de colores fácil',
links: [{ type: LinkType.Web, url: 'https://paletton.com/' }],
cover: {
src: '/frontend/paletton.png',
height: 80,
width: 80,
},
videos: [],
},
],
}

Expand Down
Binary file added public/frontend/paletton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dceff46

Please sign in to comment.