File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -33,28 +33,7 @@ export default function ContactUsCards() {
33
33
return (
34
34
< div className = { contactCardStyles . contactCards } >
35
35
< 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' />
58
37
</ RevealContentContainer >
59
38
</ div >
60
39
) ;
You can’t perform that action at this time.
0 commit comments