diff --git a/public/icons/user-link-default.svg b/public/icons/user-link-default.svg new file mode 100644 index 00000000..d1e03c91 --- /dev/null +++ b/public/icons/user-link-default.svg @@ -0,0 +1,5 @@ + + diff --git a/src/components/Author/Card.module.scss b/src/components/Author/Card.module.scss index 8400502f..f4283cf1 100644 --- a/src/components/Author/Card.module.scss +++ b/src/components/Author/Card.module.scss @@ -48,6 +48,7 @@ width: 32px; &::before { + background-image: url(/icons/user-link-default.svg); background-repeat: no-repeat; background-position: 50% 50%; background-size: contain;