From 2c67dc41bbe6153bffa9e95083365127013eaf76 Mon Sep 17 00:00:00 2001 From: Hudson Cole Date: Mon, 1 Sep 2025 23:04:27 -0500 Subject: [PATCH] Changes pathway to Rust icon to a file that still exists --- src/constants/skills.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/skills.js b/src/constants/skills.js index b9b28adc..87b55f9f 100644 --- a/src/constants/skills.js +++ b/src/constants/skills.js @@ -231,7 +231,7 @@ const icons = { rails: 'https://raw.githubusercontent.com/devicons/devicon/master/icons/rails/rails-original-wordmark.svg', redis: 'https://raw.githubusercontent.com/devicons/devicon/master/icons/redis/redis-original-wordmark.svg', ruby: 'https://raw.githubusercontent.com/devicons/devicon/master/icons/ruby/ruby-original.svg', - rust: 'https://raw.githubusercontent.com/devicons/devicon/master/icons/rust/rust-plain.svg', + rust: 'https://raw.githubusercontent.com/devicons/devicon/refs/heads/master/icons/rust/rust-original.svg', sass: 'https://raw.githubusercontent.com/devicons/devicon/master/icons/sass/sass-original.svg', scala: 'https://raw.githubusercontent.com/devicons/devicon/master/icons/scala/scala-original.svg', solidworks: 'https://cdn.worldvectorlogo.com/logos/solidworks.svg',