Skip to content

Commit 5ae4614

Browse files
committed
I made the respective changs to add the hover effect and resolved my conflicts
1 parent a57fa88 commit 5ae4614

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

docusaurus.config.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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",

src/pages/contact/Contact.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
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
}

src/pages/showcase/_components/ShowcaseCard/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
import React from 'react';
33
import clsx from 'clsx';
4-
// import Image from '@theme/IdealImage';
4+
import Image from '@theme/IdealImage';
55
import Link from '@docusaurus/Link';
66
import Translate from '@docusaurus/Translate';
77

0 commit comments

Comments
 (0)