Skip to content

Commit

Permalink
Fix case of GitHub (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoo authored Nov 1, 2024
1 parent 224aa53 commit 925fe5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/Docs/components/GovUpgradeProposals.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ export const GovUpgradeProposals = () => {
<InfoOutlined />
</IconButton>
</Tooltip>
<Tooltip title="Github Release" arrow>
<Tooltip title="GitHub Release" arrow>
<IconButton
aria-label="Github Release"
aria-label="GitHub Release"
className="text-grey-500 dark:text-grey-300"
href={proposal.metadata}
target="_blank"
Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { globalLinks } from "~/constants";

const links = [
{
text: "Github",
text: "GitHub",
href: globalLinks.githubLink,
target: "_blank",
},
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nodes/start-here/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ ExecStart=cosmovisor run start --home /home/zetachain/.zetacored/ --log_format j
<Alert variant="danger">
{" "}
In this example, we have set `DAEMON_ALLOW_DOWNLOAD_BINARIES=true`. This instructs `cosmovisor` to automatically download
the new binaries specified in the upgrade proposal. This would fail if the Github API is down. We suggest keeping this
the new binaries specified in the upgrade proposal. This would fail if the GitHub API is down. We suggest keeping this
feature enabled, but preloading and validating any new binaries before the upgrade to minimize risk. If you have already
preloaded the binaries, none will be downloaded. Read more about [cosmovisor Auto-Download here](https://docs.cosmos.network/v0.47/build/tooling/cosmovisor#auto-download).
</Alert>
Expand Down

0 comments on commit 925fe5b

Please sign in to comment.