This commit is contained in:
@@ -19,7 +19,11 @@ export default (props: {project: Project}) => {
|
||||
href={props.project.link}
|
||||
target="_blank"
|
||||
>
|
||||
<h2>{props.project.name}</h2>
|
||||
<h2
|
||||
class={styles.name}
|
||||
>
|
||||
{props.project.name}
|
||||
</h2>
|
||||
</a>
|
||||
<div class={styles.description}>
|
||||
{t(props.project.descriptionSlug)}
|
||||
|
||||
Reference in New Issue
Block a user