File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
showcase/_components/ShowcaseCard Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -335,11 +335,8 @@ const config = {
335335 title : "Social Media" ,
336336 items : [
337337 {
338- label : "Linked" ,
339- href : "https://github.com/codeharborhub/codeharborhub" ,
340- position : "right" ,
341- className : "header-github-link" ,
342- "aria-label" : "GitHub repository" ,
338+ label : "LinkedIn" ,
339+ href : "https://www.linkedin.com/company/codeharborhub/" ,
343340 } ,
344341 {
345342 label : "YouTube" ,
Original file line number Diff line number Diff line change 142142 font-weight : 600 ;
143143 cursor : pointer;
144144}
145-
145+ /* Hey i have made the changes here and added he hover effect here */
146146.main__contact_contains_right .form_container .form_group .form_button : hover {
147147 background-color : # 2c4aa6 ;
148148}
Original file line number Diff line number Diff line change 11
22import React from 'react' ;
33import clsx from 'clsx' ;
4- // import Image from '@theme/IdealImage';
4+ import Image from '@theme/IdealImage' ;
55import Link from '@docusaurus/Link' ;
66import Translate from '@docusaurus/Translate' ;
77
You can’t perform that action at this time.
0 commit comments