Skip to content

Commit

Permalink
feat: add clippy to frontend tools
Browse files Browse the repository at this point in the history
  • Loading branch information
EduWTR committed Mar 31, 2024
1 parent 5bfd226 commit 88cef50
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions db/frontend/tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const tools: DocPage = {
contributors: [
{ github_username: 'nsdonato' },
{ github_username: 'ivanlolivier' },
{ github_username: 'eduWTR' },
],
pageItems: [
{
Expand Down Expand Up @@ -66,6 +67,17 @@ const tools: DocPage = {
},
videos: [],
},
{
imgPlaceholder: 'Clippy',
titleCard: 'Genera súper fácil clip-path CSS.',
links: [{ type: LinkType.Web, url: 'https://bennettfeely.com/clippy/' }],
cover: {
src: '/frontend/tools/clippy.png',
height: 60,
width: 60,
},
videos: [],
},
],
}

Expand Down
Binary file added public/frontend/tools/clippy.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 88cef50

Please sign in to comment.