Skip to content

Commit

Permalink
hero fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sirmmo committed Nov 22, 2024
1 parent 12dae6d commit 0d68aa6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/app/pages/IndexPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,17 @@ const IndexPage = () => {
<Container></Container>
<Container color="muted" style={{ width: '100%' }}>
<Row style={{ width: '100%' }}>
<Col sm={12} md={6}>
<Col lg={12} xl={6}>
<Hero overlay="dark">
<HeroBackground
alt="Giuseppe Ghedina Basilio (1937)"
src={require('../../../assets/img/puntapenia_1937.jpg')}
title="Giuseppe Ghedina Basilio (1937)"
/>
<HeroBody>
<HeroTitle>{t('app.index.sections.hist')}</HeroTitle>
<HeroTitle style={{ paddingRight: '20px' }}>
{t('app.index.sections.hist')}
</HeroTitle>
<p className="d-none d-lg-block"></p>
<HeroButton
disabled={true}
Expand Down Expand Up @@ -112,7 +114,7 @@ const IndexPage = () => {
</Box>
</Container>
</Col>
<Col sm={12} md={6}>
<Col lg={12} xl={6}>
<Hero overlay="dark">
<HeroBackground
alt="imagealt"
Expand Down
3 changes: 3 additions & 0 deletions src/styles/debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[1122/091520.003:ERROR:registration_protocol_win.cc(108)] CreateFile: Impossibile trovare il file specificato. (0x2)
[1122/091525.506:ERROR:registration_protocol_win.cc(108)] CreateFile: Impossibile trovare il file specificato. (0x2)
[1122/091528.447:ERROR:registration_protocol_win.cc(108)] CreateFile: Impossibile trovare il file specificato. (0x2)
1 change: 1 addition & 0 deletions src/styles/global-styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ export const GlobalStyle = createGlobalStyle`
.green a{
color: #164d36;
}
`;

0 comments on commit 0d68aa6

Please sign in to comment.