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 = {
335
335
title : "Social Media" ,
336
336
items : [
337
337
{
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/" ,
343
340
} ,
344
341
{
345
342
label : "YouTube" ,
Original file line number Diff line number Diff line change 142
142
font-weight : 600 ;
143
143
cursor : pointer;
144
144
}
145
-
145
+ /* Hey i have made the changes here and added he hover effect here */
146
146
.main__contact_contains_right .form_container .form_group .form_button : hover {
147
147
background-color : # 2c4aa6 ;
148
148
}
Original file line number Diff line number Diff line change 1
1
2
2
import React from 'react' ;
3
3
import clsx from 'clsx' ;
4
- // import Image from '@theme/IdealImage';
4
+ import Image from '@theme/IdealImage' ;
5
5
import Link from '@docusaurus/Link' ;
6
6
import Translate from '@docusaurus/Translate' ;
7
7
You can’t perform that action at this time.
0 commit comments