Skip to content

Commit

Permalink
feat(home): add browsercare
Browse files Browse the repository at this point in the history
  • Loading branch information
altaywtf committed Nov 24, 2023
1 parent c325fa7 commit 0532061
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added public/images/projects/browsercare.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/app/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ type Project = {
}

const PROJECTS: Project[] = [
{
title: 'browsercare',
description: 'A tool for making data-driven decisions to adjust your supported web browsers.',
url: 'https://github.com/altaywtf/browsercare',
icon_url: '/images/projects/browsercare.png',
},
{
title: 'put.io Raycast',
description: 'A Raycast extension for putio.',
Expand Down

1 comment on commit 0532061

@vercel
Copy link

@vercel vercel bot commented on 0532061 Nov 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.