Merge pull request 'fix: cache and className' (!28) from fix-cache-and-className into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #28 Reviewed-by: b12f <b12f@noreply.git.pub.solar>
This commit is contained in:
commit
d99c4a6fb2
|
@ -1 +1 @@
|
|||
'?v=4'
|
||||
'?v=5'
|
||||
|
|
|
@ -16,7 +16,7 @@ export default ({ data, language, className = '', }) => {
|
|||
{services.map((service, i) => {
|
||||
return <section key={i} className={`${className} ps-service`}>
|
||||
<header className="ps-service--header">
|
||||
<a href={service.link} class="ps-service--title-link" target="_blank">
|
||||
<a href={service.link} className="ps-service--title-link" target="_blank">
|
||||
<h2 className="ps-service--title" id={service.id}>{service.name} ↗</h2>
|
||||
</a>
|
||||
|
||||
|
|
Loading…
Reference in a new issue