Skip to content

Commit

Permalink
feat: adding links (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugahnstn authored Oct 2, 2023
1 parent b3cb9ad commit d957f08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/templates/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ const Footer = () => {
<S.FooterTopComponent>
<img src={Logo} alt="Logo do Ipcats" />
<S.IconsComponent>
<S.Links>
<S.Links href="https://www.bohr.io">
<S.Icons src={ BohrLogo } alt="logo do bohr.io"/>
</S.Links>
<S.Links>
<S.Links href="https://www.github.com/Gugahnstn/Ipcats">
<S.Icons src={ GithubLogo } alt="logo do Github" />
</S.Links>
</S.IconsComponent>
Expand All @@ -25,4 +25,4 @@ const Footer = () => {
)
}

export default Footer
export default Footer

0 comments on commit d957f08

Please sign in to comment.