Skip to content

Commit

Permalink
fix: website downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Dec 12, 2023
1 parent 4eb4849 commit eb490d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/website/pages/wallet/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { SectionTutorials } from '../../components/SectionTutorials'
import { CalloutWalletd } from '../../components/CalloutWalletd'
import { SoftwareSectionCurrentGen } from '../../components/SoftwareSectionCurrentGen'
import { getWalletdLatestRelease } from '../../content/releases'
import { DownloadBar } from '../../components/DownloadBar'
// import { DownloadBar } from '../../components/DownloadBar'

const title = 'Wallet'
const description = 'Manage your wallet on the Sia network.'
Expand Down Expand Up @@ -53,7 +53,7 @@ export default function Wallet({
previewImage={previews.jungle}
>
<SectionGradient className="pb-20">
<DownloadBar daemon="walletd" release={release} testnetOnly />
{/* <DownloadBar daemon="walletd" release={release} testnetOnly /> */}
<div className="flex flex-col">
<SiteHeading
size="32"
Expand Down
2 changes: 1 addition & 1 deletion libs/design-system/src/site/NextAppCsr.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type Props = {
passwordProtectRequestHooks?: boolean
fallback?: Record<string, unknown>
children: React.ReactNode
lockRoutes: { home: string; login: string }
lockRoutes?: { home: string; login: string }
}

export function NextAppCsr({
Expand Down

0 comments on commit eb490d6

Please sign in to comment.