Skip to content

Commit

Permalink
Solved issue 509
Browse files Browse the repository at this point in the history
  • Loading branch information
Saksham2k3s committed Aug 8, 2024
1 parent 7012538 commit 11d4a8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Blog/newss.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ useEffect(()=>{
{/* <h1>Trending Food and Health News</h1> */}
<div className="p-4 flex flex-col justify-center items-center gap-y-4 w-[100%]">
<div className="text-5xl font-extrabold text-center">
<span className="bg-clip-text text-transparent bg-gradient-to-r from-black to-yellow-400">
<span className="bg-clip-text text-green-500">
Trending Food and Health News
</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/News.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function News() {
(
<div className="text-gray-900 min-h-screen">
<Navbar />
<h1 className="text-3xl font-bold text-center mt-20 text-white p-6 dark:text-slate-900">
<h1 className="text-3xl font-bold text-center text-green-500 p-6">
Trending Food and Health News
</h1>
<main className="mt-10 p-4">
Expand Down

0 comments on commit 11d4a8f

Please sign in to comment.