cool beans yo
This commit is contained in:
parent
ce62e92370
commit
f5b2b7aaba
11 changed files with 198 additions and 60 deletions
|
@ -7,8 +7,8 @@ export const ListItem: Component<{ entry: Entry }> = (props) => {
|
|||
const slug = createMemo(() => createSlug(props.entry));
|
||||
|
||||
return (
|
||||
<figure class={css.listItem}>
|
||||
<img src={props.entry.thumbnail} alt={props.entry.title} />
|
||||
<figure class={css.listItem} data-id={props.entry.id}>
|
||||
<img src={props.entry.thumbnail ?? ''} alt={props.entry.title} />
|
||||
|
||||
<figcaption>
|
||||
<strong>{props.entry.title}</strong>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue