Skip to content

Commit d300e89

Browse files
committed
remove extra code
1 parent 800f214 commit d300e89

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

components/ContactUsCards.js

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -33,28 +33,7 @@ export default function ContactUsCards() {
3333
return (
3434
<div className={contactCardStyles.contactCards}>
3535
<RevealContentContainer>
36-
<CardsColumns
37-
cards={cards}
38-
titles={['FAQ', 'Blog', 'Repository']}
39-
images={[
40-
'/images/svg/faq-icon.svg',
41-
'/images/svg/blog-icon.svg',
42-
'/images/svg/repository-icon.svg',
43-
]}
44-
altTags={['FAQ', 'Blog', 'Repository']}
45-
content={[
46-
'Find the main questions about the project.',
47-
'Share your projects and ideas with our community.',
48-
'Check out our codebase and guidelines.',
49-
]}
50-
links={[
51-
'https://github.com/Web-Dev-Path/web-dev-path/wiki/FAQ',
52-
'/blog',
53-
'https://github.com/Web-Dev-Path/web-dev-path',
54-
]}
55-
linkText={['Our FAQ', 'Our Blog', 'Our Repository']}
56-
customClass='contact-cards'
57-
/>
36+
<CardsColumns cards={cards} customClass='contact-cards' />
5837
</RevealContentContainer>
5938
</div>
6039
);

0 commit comments

Comments
 (0)