File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments