Skip to content

Commit a3e8d86

Browse files
committed
fix ContactUsCards name
1 parent 8720152 commit a3e8d86

File tree

1 file changed

+1
-1
lines changed
  • components/ContactUs/ContactUsCards

1 file changed

+1
-1
lines changed

components/ContactUs/ContactUsCards/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const cards = [
3030
},
3131
];
3232

33-
export default function Index() {
33+
export default function ContactUsCards() {
3434
return (
3535
<article className={styles.contactCards}>
3636
<RevealContentContainer>

0 commit comments

Comments
 (0)