diff --git a/app/core/utils/showcaseList.js b/app/core/utils/showcaseList.js index dae8f150..b1d1c55d 100644 --- a/app/core/utils/showcaseList.js +++ b/app/core/utils/showcaseList.js @@ -79,5 +79,10 @@ const showcaseList = [ title: "Twoclicks", URL: "https://twoclicks.vercel.app/", }, + { + thumbnail: "/showcase/dreamingsheep.png", + title: "dreamingsheep", + URL: "https://dreamingsheep.net/", + }, ] export default showcaseList diff --git a/public/showcase/dreamingsheep.png b/public/showcase/dreamingsheep.png new file mode 100644 index 00000000..9bd698bf Binary files /dev/null and b/public/showcase/dreamingsheep.png differ