Skip to content

Commit

Permalink
Update work.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jxhnlcs authored Jun 27, 2024
1 parent f8973c1 commit 8324e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/work.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const Title = ({ children }) => (
)

export const WorkImage = ({ src, alt }) => (
<Image borderradius="lg" w="full" src={src} alt={alt} mb={4} />
<Image borderRadius="lg" w="full" src={src} alt={alt} mb={4} />
)

export const Meta = ({ children }) => (
Expand Down

0 comments on commit 8324e00

Please sign in to comment.