Skip to content

Commit

Permalink
update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghuboi committed Apr 23, 2024
1 parent f8de730 commit 81f1461
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/features/home-title.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,12 @@ const ROTATOR_WORDS = [
{ word: "Backend" },
{ word: "DevOps" },
{ word: "Javascript", className: "text-[#f0db4f]" },
{
word: "Python",
className: "text-[#ffde57]",
},
{ word: "Java", className: "text-[#f89820]" },
{ word: "Python", className: "text-[#ffde57]" },
{ word: "Node.js", className: "text-green-500" },
{ word: "React", className: "text-[#61dbfb]" },
{ word: "Node.js", className: "text-[#3c873a]" },
{ word: "Next.js" },
{ word: "Nest.js", className: "text-red-600" },
{ word: "Java", className: "text-[#f89820]" },
];

interface IHomeTitle {}
Expand Down

0 comments on commit 81f1461

Please sign in to comment.