Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit 66aa956

Browse files
authored
Merge pull request #28 from agile-ts/develop
fixed astronaut svg
2 parents 2c47ec6 + 7b1509e commit 66aa956

File tree

1 file changed

+2
-2
lines changed
  • src/pages/LandingPage/components/HeaderView

1 file changed

+2
-2
lines changed

src/pages/LandingPage/components/HeaderView/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const HeaderView: React.FC = () => {
3737
<GithubButtonContainer to={siteConfig.customFields.githubUrl} />
3838
</ButtonContainer>
3939
</ContentContainer>
40-
<AstronautImage src={`../../static/img/astronaut-${"light"}.svg`} />
40+
<AstronautImage src={"img/astronaut-light.svg"} alt={"Astronaut"} />
4141
</Container>
4242
);
4343
};
@@ -62,7 +62,7 @@ const ContentContainer = styled.div``;
6262
const AstronautImage = styled.img`
6363
position: absolute;
6464
right: 0;
65-
width: 50%;
65+
width: 45%;
6666
max-width: 800px;
6767
opacity: 1;
6868

0 commit comments

Comments
 (0)