Localized & roughly done

This commit is contained in:
2022-05-21 17:11:48 +03:00
parent 448cb46e9e
commit 42bd2af228
7 changed files with 86 additions and 23 deletions

View File

@@ -18,6 +18,7 @@ export default (props: {project: Project}) => {
<a
href={props.project.link}
target="_blank"
class='hover-grad'
>
<h2>{props.project.name}</h2>
</a>