From f274109f10f6645fece2ce02255bcf6c3893e441 Mon Sep 17 00:00:00 2001 From: muhammedrishadpe Date: Thu, 1 Jan 2026 22:56:58 +0100 Subject: [PATCH 1/2] =?UTF-8?q?Removed=20stray=20Korean=20text=20(?= =?UTF-8?q?=EA=B3=B5=EA=B8=89)=20in=20binary=20Searh=20visualizer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/DsaVisualization.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/DsaVisualization.jsx b/src/pages/DsaVisualization.jsx index 5caefa3..f8b5985 100644 --- a/src/pages/DsaVisualization.jsx +++ b/src/pages/DsaVisualization.jsx @@ -650,7 +650,7 @@ const DsaVisualization = () => { - 공급 + {isComparisonMode && ( From 51f4e5ee1589aa77ad69028cab2e20184703f968 Mon Sep 17 00:00:00 2001 From: muhammedrishadpe Date: Sun, 4 Jan 2026 17:10:49 +0100 Subject: [PATCH 2/2] feat: Add Rishad to contributors list --- src/data/contributors.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/data/contributors.js b/src/data/contributors.js index 1e75b78..c979cbc 100644 --- a/src/data/contributors.js +++ b/src/data/contributors.js @@ -29,5 +29,11 @@ export const dsaContributors = [ role: "Backend Architecture", github: "https://github.com/jamesw", avatar: "https://images.unsplash.com/photo-1599566150163-29194dcaad36?w=150&h=150&fit=crop&crop=faces" + }, + { + name: "Muhammed Rishad", + role: "Software Developer Apprentice", + github: "https://github.com/muhammedrishadpe", + avatar: "https://raw.githubusercontent.com/muhammedrishadpe/img/main/rishad2_.jpg?w=150&h=150&fit=crop&crop=face" } ];