Skip to content

Commit

Permalink
fix: missing next.js icon
Browse files Browse the repository at this point in the history
  • Loading branch information
suvnshr committed Dec 21, 2024
1 parent 6bca30f commit 5da6faa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/domainData.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
SiDart,
SiDjango,
SiMaterialdesign,
SiNextDotJs,
SiNextdotjs,
SiNginx,
} from "react-icons/si";
import { DiJavascript1 } from "react-icons/di";
Expand Down Expand Up @@ -32,7 +32,7 @@ const domainData = [
},
{
name: "Next.js",
SkillIcon: SiNextDotJs,
SkillIcon: SiNextdotjs,
about_link: "https://en.wikipedia.org/wiki/Next.js",
},
{
Expand Down

0 comments on commit 5da6faa

Please sign in to comment.