Skip to content

Commit

Permalink
Todo App React
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadHassanRaza25 committed Sep 20, 2024
1 parent 6c823dd commit bd16517
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,12 @@ let editTodo = (id)=>{
{/* Todo List Box ⬆ */}

{/* Programmer Name */}
<h4 className='mt-3 text-xs text-gray-400 font-bold'>Made By Muhammad Hassan Raza</h4>
{theme == "light"
?
<h4 className='mt-3 text-xs text-gray-400 font-bold'>Made By Muhammad Hassan Raza</h4>
:
<h4 className='mt-3 text-xs text-gray-300 font-bold'>Made By Muhammad Hassan Raza</h4>
}
</>
)
}
Expand Down

0 comments on commit bd16517

Please sign in to comment.