This commit is contained in:
Rahaf
2026-01-12 16:46:00 +03:00
parent ee7ceb0745
commit 963805cada
2 changed files with 4 additions and 2 deletions

View File

@ -1142,6 +1142,7 @@ const About = ({ theme = 'light' }) => {
`;
return (
<section id="about" >
<StyledWrapper $theme={theme}>
<HeaderSection>
<Title>
@ -1335,6 +1336,7 @@ const About = ({ theme = 'light' }) => {
</DetailModal>
)}
</StyledWrapper>
</section>
);
};