Compare commits

...

3 commits

Author SHA1 Message Date
b12f d99c4a6fb2
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
Reviewed-on: #28
Reviewed-by: b12f <b12f@noreply.git.pub.solar>
2024-06-06 18:32:22 +00:00
teutat3s dabaa10fc8
bump cache version
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-06-06 20:27:40 +02:00
teutat3s 74ccda3b1b
fix Invalid DOM property class 2024-06-06 20:27:12 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
'?v=4' '?v=5'

View file

@ -16,7 +16,7 @@ export default ({ data, language, className = '', }) => {
{services.map((service, i) => { {services.map((service, i) => {
return <section key={i} className={`${className} ps-service`}> return <section key={i} className={`${className} ps-service`}>
<header className="ps-service--header"> <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> <h2 className="ps-service--title" id={service.id}>{service.name} </h2>
</a> </a>