diff --git a/src/components/AboutMeEntry.tsx b/src/components/AboutMeEntry.tsx index dc30448..d918d52 100644 --- a/src/components/AboutMeEntry.tsx +++ b/src/components/AboutMeEntry.tsx @@ -4,6 +4,7 @@ type Props = { title: string url: string description: string + icon: string } export const AboutMeEntry: FunctionComponent = (props: Props) => { @@ -12,7 +13,7 @@ export const AboutMeEntry: FunctionComponent = (props: Props) => {
- +
diff --git a/src/components/Github.tsx b/src/components/Github.tsx index 077726f..9e97b6c 100644 --- a/src/components/Github.tsx +++ b/src/components/Github.tsx @@ -7,5 +7,6 @@ export const Github: FunctionComponent = () => { url="https://github.com/pgrondek" title="Github" description="My main public git repository" + icon="bi bi-github" /> } \ No newline at end of file