From 87119e3a52437d31def1aff53cd45343c9c98a5b Mon Sep 17 00:00:00 2001 From: David Leal Date: Fri, 19 Feb 2021 18:21:25 -0600 Subject: [PATCH] feat: Add R language icon --- components/icon/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/icon/index.tsx b/components/icon/index.tsx index 7b0f100f..ecf7d411 100644 --- a/components/icon/index.tsx +++ b/components/icon/index.tsx @@ -48,7 +48,7 @@ export default function LanguageIcon({ case "dart": return icon("devicon-flutter-plain"); case "r": - return textIcon("R"); + return icon("devicon-r-plain"); case "php": return icon("devicon-php-plain"); case "elixir":