Skip to content

Commit

Permalink
Merge pull request #51 from informatyzacja/50-stworzyć-link-do-github…
Browse files Browse the repository at this point in the history
…a-na-stronie-głównej

50 stworzyć link do githuba na stronie głównej
  • Loading branch information
Rei-x authored Feb 26, 2023
2 parents ac35d6a + e6b93d9 commit e2bb6fe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ yarn-error.log*

# uploaded files
upload

/postgres-data/
11 changes: 10 additions & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
useColorModeValue,
VisuallyHidden,
} from "@chakra-ui/react";
import { FaGlobeEurope, FaFacebook } from "react-icons/fa";
import { FaGlobeEurope, FaFacebook, FaGithub } from "react-icons/fa";
import type { ReactNode } from "react";
import NextImage from "next/image";
import logoPwr from "../../public/logo-pwr.svg";
Expand Down Expand Up @@ -79,6 +79,15 @@ export const Footer = () => {
>
<FaFacebook />
</SocialButton>

<SocialButton
label={"Github"}
href={
"https://github.com/informatyzacja/strona-organizacji-studenckich"
}
>
<FaGithub />
</SocialButton>
</Stack>
</Container>
</Box>
Expand Down

0 comments on commit e2bb6fe

Please sign in to comment.