Skip to content

Commit

Permalink
updated button hover effects
Browse files Browse the repository at this point in the history
  • Loading branch information
sandygudie committed Dec 23, 2023
1 parent 9282707 commit c847609
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/page/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,14 @@ export default function Index() {
<div>
{[
"Simplified board view.",
// "Handle multiple workspace.",
"Handle multiple projects.",
"Smooth drag and drop.",
"Smooth drag and drop interaction.",
"Optimal layout on device's screen size.",
"Create, read, update, and delete boards and tasks.",
"Keep track of any changes.",
"Toggle theme between dark and light modes.",
"Form validations.",
"Toggle theme between dark and light mode.",
"Form validation.",
].map((ele, index) => {
return (
<p
Expand Down

0 comments on commit c847609

Please sign in to comment.