diff --git a/src/components/Author/Userpic.tsx b/src/components/Author/Userpic.tsx index 0a075738..b89a1a0a 100644 --- a/src/components/Author/Userpic.tsx +++ b/src/components/Author/Userpic.tsx @@ -1,11 +1,13 @@ import { Show } from 'solid-js/web' import type { Author } from '../../graphql/types.gen' import style from './Userpic.module.scss' +import { clsx } from 'clsx' interface UserpicProps { user: Author hasLink?: boolean isBig?: boolean + class?: string } export default (props: UserpicProps) => { @@ -16,7 +18,7 @@ export default (props: UserpicProps) => { } return ( -
+
{
@@ -30,7 +30,7 @@ export default () => { {/*FIXME: replace with route*/}
- +