updated style of list items
This commit is contained in:
parent
ab8ddaba35
commit
4b51fbc908
5 changed files with 34 additions and 10 deletions
|
@ -10,7 +10,7 @@ export const ListItem: Component<{ entry: Entry }> = (props) => {
|
|||
<main>
|
||||
<strong>{props.entry.title}</strong>
|
||||
|
||||
<a href={`/content/${props.entry.id}`}>Lets go!</a>
|
||||
<a href={`/content/${props.entry.id}`}>Watch now</a>
|
||||
</main>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue