Skip to content

Commit a57fa88

Browse files
committed
Added the hover effect
1 parent aa075f9 commit a57fa88

File tree

5 files changed

+161
-197
lines changed

5 files changed

+161
-197
lines changed

docusaurus.config.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,11 @@ const config = {
335335
title: "Social Media",
336336
items: [
337337
{
338-
label: "LinkedIn",
339-
href: "https://www.linkedin.com/company/codeharborhub/",
338+
label: "Linked",
339+
href: "https://github.com/codeharborhub/codeharborhub",
340+
position: "right",
341+
className: "header-github-link",
342+
"aria-label": "GitHub repository",
340343
},
341344
{
342345
label: "YouTube",
@@ -556,4 +559,4 @@ const config = {
556559
],
557560
};
558561

559-
export default config;
562+
export default config;

0 commit comments

Comments
 (0)