Skip to content

Add content and styling #1

Add content and styling

Add content and styling #1

Triggered via push September 30, 2024 20:15
Status Failure
Total duration 30s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
CI
Process completed with exit code 1.
CI: app/components/Navbar.tsx#L52
Use template literals including a prefixes for the values of key props (eg. <div key={`user-${user.id}`}> instead of <div key={user.id}>)
CI: app/components/Navbar.tsx#L59
Use template literals including a prefixes for the values of key props (eg. <div key={`user-${user.id}`}> instead of <div key={user.id}>)
CI: app/components/ServiceCard.tsx#L33
Unnecessary conditional, value is always truthy
CI: app/components/ServiceCard.tsx#L36
Use template literals including a prefixes for the values of key props (eg. <div key={`user-${user.id}`}> instead of <div key={user.id}>)
CI: app/components/ServiceCard.tsx#L45
Use template literals including a prefixes for the values of key props (eg. <div key={`user-${user.id}`}> instead of <div key={user.id}>)