Skip to content

Commit

Permalink
chore:add text-white for no matches found text in projects section (
Browse files Browse the repository at this point in the history
#1638)

* feat: added a project

* added changes

* feat: added changes

---------

Co-authored-by: Priyankar Pal <[email protected]>
  • Loading branch information
Illaf and priyankarpal authored Jul 8, 2023
1 parent 0587bfb commit ec86bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/projects/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ const ProjectsPage: NextPage = () => {
</InfiniteScroll>
) : (
<div className="flex justify-center items-center h-[50vh]">
<h1 className="text-2xl font-bold text-center">
<h1 className="text-2xl font-bold text-center text-white ">
No Projects Found
</h1>
</div>
Expand Down

0 comments on commit ec86bba

Please sign in to comment.