Skip to content

Commit

Permalink
A number of minor ui changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmulji-ic committed Oct 17, 2023
1 parent 946f6ec commit 2f6137f
Show file tree
Hide file tree
Showing 6 changed files with 2,156 additions and 10,894 deletions.
20 changes: 10 additions & 10 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const config = {

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: "cosmos",
organizationName: "Cosmos",
projectName: "interchain-security",

// Even if you don't use internalization, you can use this field to set useful
Expand Down Expand Up @@ -63,18 +63,18 @@ const config = {
},
colorMode: {
defaultMode: 'dark',
disableSwitch: true,
disableSwitch: false,
respectPrefersColorScheme: false,
},
navbar: {
title: "Interchain Security",
hideOnScroll: false,
// logo: {
// alt: "Interchain Security Logo",
// src: "img/logo-sdk.svg",
// href: "/",
// target: "_self",
// },
logo: {
alt: 'Interchain Security Logo',
src: '/interchain-security/img/hub.svg',
href: 'https://github.com/cosmos/interchain-security',
target: '_self',
},
items: [
{
href: "https://github.com/cosmos/interchain-security",
Expand All @@ -96,7 +96,7 @@ const config = {
{
items: [
{
html: `<a href="https://cosmos.network"><img src="/img/logo-bw.svg" alt="Cosmos Logo"></a>`,
html: `<a href="https://cosmos.network"><img src="/interchain-security/img/logo-bw.svg" alt="Interchain Security Logo"></a>`,
},
],
},
Expand Down Expand Up @@ -164,7 +164,7 @@ const config = {
],
},
],
copyright: "Informal Systems",
copyright: "The development of Interchain Security is primarily led by Informal Systems. Funding for this development comes primarily from the Interchain Foundation, a Swiss non-profit.",
},
prism: {
theme: lightCodeTheme,
Expand Down
Loading

0 comments on commit 2f6137f

Please sign in to comment.