updata
This commit is contained in:
@@ -21,7 +21,7 @@ export default function Projects() {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<section id="projects" className="p-10 bg-gray-100 dark:bg-gray-800">
|
||||
<section id="projects" className="p-10">
|
||||
<h2 className="text-3xl font-bold text-center text-gray-800 dark:text-white">
|
||||
Projects
|
||||
</h2>
|
||||
@@ -29,7 +29,7 @@ export default function Projects() {
|
||||
{projects.map((project) => (
|
||||
<div
|
||||
key={project.id}
|
||||
className="p-4 border rounded shadow-lg bg-white dark:bg-gray-700"
|
||||
className="p-4 border rounded shadow-lg "
|
||||
>
|
||||
<h3 className="text-2xl font-bold text-gray-800 dark:text-white">
|
||||
{project.title}
|
||||
|
||||
Reference in New Issue
Block a user