Skip to content

Commit

Permalink
deploying tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
amitgupta0220 committed Oct 5, 2024
1 parent df46492 commit 8e862ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/news/News.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PropTypes from "prop-types";
import ScrollProgress from "../../components/ScrollProgress/ScrollProgress";

const NewsPage = () => {
const cards = useHomeNews(); // Accessing cards from context
const cards = useHomeNews();

return (
<div className="bg-black text-white min-h-screen py-16">
Expand Down

0 comments on commit 8e862ea

Please sign in to comment.