1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

fix(resume): wrong dates

This commit is contained in:
Divlo
2022-05-03 10:05:11 +02:00
parent fb689c9bc1
commit 5d3a287b27
13 changed files with 8036 additions and 4800 deletions

View File

@ -3,7 +3,9 @@ interface SocialMediaItemProps {
ariaLabel: string
}
export const SocialMediaItem: React.FC<SocialMediaItemProps> = (props) => {
export const SocialMediaItem: React.FC<
React.PropsWithChildren<SocialMediaItemProps>
> = (props) => {
const { link, ariaLabel, children } = props
return (