tangled
alpha
login
or
join now
finxol.io
/
portfolio
0
fork
atom
Personal site
staging.colinozanne.co.uk
portfolio
astro
0
fork
atom
overview
issues
pulls
pipelines
refactor: use class `cover`
finxol.io
4 months ago
565c6922
e3dc0cd3
verified
This commit was signed with the committer's
known signature
.
finxol.io
SSH Key Fingerprint:
SHA256:olFE3asYdoBMScuJOt60UxXdJ0RFdGv5kVKrdOtIcPI=
1/1
deploy.yaml
success
41s
+3
-5
1 changed file
expand all
collapse all
unified
split
src
pages
fr
index.astro
+3
-5
src/pages/fr/index.astro
reviewed
···
74
74
alt={project.name}
75
75
/>
76
76
</picture>
77
77
-
<h3>
78
78
-
<a href={`/projects/${project.slug}`}>
79
79
-
{project.name}
80
80
-
</a>
81
81
-
</h3>
77
77
+
<a href={`/projects/${project.slug}`} class="cover">
78
78
+
{project.name}
79
79
+
</a>
82
80
<p>{project.description}</p>
83
81
<ul>
84
82
{project.tags.map((tag: string) => (