Skip to content

Commit

Permalink
Update SkilSection.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
appsaeed authored May 25, 2024
1 parent 9968455 commit 0724875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/sections/SkilSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export function Knowlage({ name, image: icon, percent, index }: KnowlagePrps) {
{count()}%
</span>
</div>
<div class="w-full bg-gray-700 rounded-full h-2 dark:bg-gray-700">
<div class="w-full bg-gray-400 rounded-full h-2 dark:bg-gray-700">
<div
class="bg-blue-600 h-2 rounded-full transition-all"
style={{ width: `${count()}%` }}
Expand Down

0 comments on commit 0724875

Please sign in to comment.