Skip to content

Commit

Permalink
Set Reddit Image Fetcher's source as null and remove open source tag
Browse files Browse the repository at this point in the history
  • Loading branch information
arifszn committed Mar 6, 2022
1 parent f0b1cbc commit 867b967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/data/users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1371,8 +1371,8 @@ const Users: User[] = [
description: 'A JavaScript package for fetching reddit images, memes, wallpapers and more',
preview: require('./showcase/reddit-image-fetcher.png'),
website: 'https://arifszn.github.io/reddit-image-fetcher',
source: 'https://github.com/arifszn/reddit-image-fetcher',
tags: ['opensource'],
source: null,
tags: [],
},
{
title: 'Refine',
Expand Down

0 comments on commit 867b967

Please sign in to comment.