Skip to content

Commit e3f6876

Browse files
committed
picture added
1 parent 187522f commit e3f6876

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

17.2 KB
Loading

src/components/PublicationCard/PublicationCardAvatar.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import mdworldImg from "./0_gTl35Xy5zRcgu5wJ.png";
55
import nickImg from "./2_k7vMxGfKwfqJ86TcprDA_Q.jpg";
66
import hamzaImg from "./2_1JTGoMi8_nuGQVO1EoItXg.png";
77
import bjornImg from "./0_o9UzuQyUwobacrCt.jpg";
8+
import kayaImg from "./0_9n8sXo2l3mLh7e5.jpg";
89
import Image, { StaticImageData } from "next/image";
910

1011
const avatars: Record<string, StaticImageData> = {
@@ -13,6 +14,7 @@ const avatars: Record<string, StaticImageData> = {
1314
"bjorn ‘bjeaurn’": bjornImg,
1415
"hamza haiken": hamzaImg,
1516
"nick ten veen": nickImg,
17+
"kaya weers" : kayaImg,
1618
};
1719

1820
export const PublicationCardAvatar: FC<{ author: string }> = ({ author }) => {

0 commit comments

Comments
 (0)