Refactor code structure for improved readability and maintainability
This commit is contained in:
parent
afbf913aec
commit
3c600c06f9
11 changed files with 47 additions and 130 deletions
|
|
@ -22,7 +22,7 @@ const projects = [
|
|||
|
||||
export default function Projects() {
|
||||
return (
|
||||
<section className="break-keep break-words w-full lg:w-2/3 xl:w-1/2">
|
||||
<section className="break-keep break-words w-full">
|
||||
<div className="space-y-8">
|
||||
{projects.map((project, idx) => (
|
||||
<div className="space-y-2" key={idx}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue