Added Id
This commit is contained in:
@ -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>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user