Skip to content

Commit fbdfc36

Browse files
committed
edited
1 parent 598881e commit fbdfc36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/apps/vivek.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ function Projects() {
317317
<div className="flex flex-wrap justify-between items-center">
318318
<div className='flex justify-center items-center'>
319319
<div className=" text-base md:text-lg mr-2">{project.name.toLowerCase()}</div>
320-
<iframe src={`https://ghbtns.com/github-btn.html?user=vivek9patel&repo=${projectName}&type=star&count=true`} frameBorder="0" scrolling="0" width="150" height="20" title={project.name.toLowerCase()+"-star"}></iframe>
320+
<iframe src={`https://ghbtns.com/github-btn.html?user=navnee1h&repo=${projectName}&type=star&count=true`} frameBorder="0" scrolling="0" width="150" height="20" title={project.name.toLowerCase()+"-star"}></iframe>
321321
</div>
322322
<div className="text-gray-300 font-light text-sm">{project.date}</div>
323323
</div>

0 commit comments

Comments
 (0)