diff --git a/docusaurus.config.js b/docusaurus.config.js index e998b19d5..86cbcc763 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -157,7 +157,7 @@ const config = { }, { label: "Get Certified", - to: "https://university.sailpoint.com/Saba/Web_spf/NA10P1PRD075/guest/categorydetail/categ000000000003041/true/xxemptyxx/" + href: "https://university.sailpoint.com/Saba/Web_spf/NA10P1PRD075/guest/categorydetail/categ000000000003041/true/xxemptyxx/" } ] }, @@ -170,7 +170,7 @@ const config = { }, { label: "Get Certified", - to: "https://university.sailpoint.com/Saba/Web_spf/NA10P1PRD075/guest/categorydetail/categ000000000003042/true/xxemptyxx/" + href: "https://university.sailpoint.com/Saba/Web_spf/NA10P1PRD075/guest/categorydetail/categ000000000003042/true/xxemptyxx/" } ] }, @@ -187,7 +187,7 @@ const config = { }, { label: "Contact Our Team", - to: "https://developer.sailpoint.com/discuss/new-message?groupname=developer_relationsd" + to: "https://developer.sailpoint.com/discuss/new-message?groupname=developer_relations" } ] }, diff --git a/src/css/custom.css b/src/css/custom.css index 835b9e402..e3f777630 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -163,5 +163,10 @@ html[data-theme="dark"] .header-github-link:before { .footer__link-item { line-height: 2.5; font-size: 15px; - font-weight: 500; + font-weight: 300; +} + +.footer__copyright { + font-size: 10px; + font-weight: 300; } \ No newline at end of file