Merge branch 'feature/homepage-updates' of https://github.com/sailpoint-oss/developer-community-site into feature/homepage-updates

This commit is contained in:
philip-ellis-sp
2022-09-02 14:51:48 -04:00
2 changed files with 9 additions and 4 deletions

View File

@@ -157,7 +157,7 @@ const config = {
}, },
{ {
label: "Get Certified", 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", 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", 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"
} }
] ]
}, },

View File

@@ -163,5 +163,10 @@ html[data-theme="dark"] .header-github-link:before {
.footer__link-item { .footer__link-item {
line-height: 2.5; line-height: 2.5;
font-size: 15px; font-size: 15px;
font-weight: 500; font-weight: 300;
}
.footer__copyright {
font-size: 10px;
font-weight: 300;
} }