Skip to content

Commit 5643560

Browse files
update the component
1 parent 66dd643 commit 5643560

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/Card.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ import Image from 'next/image'
55

66
function Card(props:cardComponent) {
77

8-
let slug= props.title.toLowerCase().replaceAll(" ","-")
8+
let slug = props.title.toLowerCase().replaceAll(" ","-")
9+
910
return (
1011
<article>
1112

0 commit comments

Comments
 (0)