Skip to content

Commit

Permalink
link
Browse files Browse the repository at this point in the history
  • Loading branch information
preeti-192 committed Jun 15, 2023
1 parent 9fe5be1 commit b5cecdc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/EyonaFooter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ const EyonaFooter = () => {
<>
<footer className="py-5 bg_Slate footer_circle">
<div className="mt-5 container">
<img src={logo} alt="logo" className="mw_324 w-50" />
<a href="#hero">
<img src={logo} alt="logo" className="mw_324 w-50" />
</a>
<Row className="py-5 mb-5 justify-content-lg-between">
<Col lg={4}>
<h2 className="mb-3 pb-md-1">
Expand Down

0 comments on commit b5cecdc

Please sign in to comment.