Skip to content

Commit

Permalink
Merge branch 'main' of github.com:impresso/impresso-datalab
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido committed Mar 11, 2024
2 parents a30a17c + e2c0cce commit 9f7d70d
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { Link } from "gatsby"
import { Container, Row, Col } from "react-bootstrap"
import { useSiteMetadata } from "../hooks"
import { Github } from "iconoir-react"
import LogoFnr from "./_svg/LogoFnr"
import LogoSnsf from "./_svg/LogoSnsf"

const getGithubRepoUrl = (gitRepo, gitRevision) => {
// Regular expression to extract the repository path from the gitRepo string
Expand Down Expand Up @@ -53,6 +55,14 @@ const Footer = () => {
</a>
</Col>
</Row>
<Row className="mt-5">
<Col>
<LogoSnsf width={200} />
</Col>
<Col>
<LogoFnr width={200} />
</Col>
</Row>
</Container>
</footer>
)
Expand Down
31 changes: 31 additions & 0 deletions src/components/_svg/LogoFnr.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9f7d70d

Please sign in to comment.