Skip to content

Commit

Permalink
Merge pull request #5971 from sudhanshutech/wrap-footer
Browse files Browse the repository at this point in the history
footer wrapper issues
  • Loading branch information
sudhanshutech authored Oct 6, 2024
2 parents 122c8b1 + 9ccb16f commit a3a9b27
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/sections/General/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ const Footer = ({ location }) => {
? `https://github.com/layer5io/layer5/tree/master/${test.learningPath(
pathname
)}`
: `https://github.com/layer5io/layer5/blob/master/src/pages${
pathname == "/" ? "" : pathname
: `https://github.com/layer5io/layer5/blob/master/src/pages${pathname == "/" ? "" : pathname
}${indexUrl.some((str) => pathname.endsWith(str)) ? "/index" : ""}.js`;
};

Expand All @@ -89,7 +88,9 @@ const Footer = ({ location }) => {
<SocialLinksColor />
</Col>
</Row>
<Row>
<Row style={{
flexWrap: "wrap"
}}>
<Col $xs={12} $lg={3}>
<p className="desc-info">
An empowerer of engineers, Layer5 helps you extract more value
Expand Down Expand Up @@ -200,7 +201,7 @@ const Footer = ({ location }) => {
</li>
<li>
<a className="category-link" href="https://badges.layer5.io/">
Recognition Program
Recognition Program
</a>
</li>
</ul>
Expand Down Expand Up @@ -330,7 +331,7 @@ const Footer = ({ location }) => {
required
/>
<Button
$secondary title="Subscribe"
$secondary title="Subscribe"
aria-label="subscribe-us"
id="mc-embedded-subscribe-2"
/>
Expand Down

0 comments on commit a3a9b27

Please sign in to comment.