Skip to content

Commit

Permalink
Merge pull request #8 from AbdusSattar-70/display-todo
Browse files Browse the repository at this point in the history
Update homepage and remove unused code
  • Loading branch information
Abdus Sattar authored Feb 11, 2024
2 parents 7701c64 + cceb764 commit 7045d28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/components/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import TodoManagement from "./Todo/TodoManagement";
const Home = () => {
return (
<section className="w-full">
<div className="hero hero-content max-h-screen mix-blend-hard-light">
<div className="hero hero-content mix-blend-hard-light">
<div className="card w-full flex-shrink-0 bg-slate-700 shadow-2xl">
<div className="flex flex-col items-center justify-center gap-1 p-4">
<h1 className="text-bodydark1 font-light">
<h1 className="font-light text-slate-200">
<span className="text-3xl font-bold text-blue-600">P</span>riority
<span className="font-semibold text-red-600">P</span>
lus
Expand Down
9 changes: 0 additions & 9 deletions src/components/SmallSpinner.tsx

This file was deleted.

0 comments on commit 7045d28

Please sign in to comment.