fix: fix design issues

This commit is contained in:
jinhojang6 2024-02-15 03:38:40 +09:00 committed by Jinho Jang
parent 2529066a4b
commit 60d11ef58c
3 changed files with 18 additions and 10 deletions

View File

@ -15,7 +15,7 @@
"typecheck": "tsc" "typecheck": "tsc"
}, },
"dependencies": { "dependencies": {
"@acid-info/logos-docusaurus-preset": "^1.0.0-topic-nimbus.4", "@acid-info/logos-docusaurus-preset": "^1.0.0-topic-nimbus.5",
"@docusaurus/core": "2.4.1", "@docusaurus/core": "2.4.1",
"@docusaurus/preset-classic": "2.4.1", "@docusaurus/preset-classic": "2.4.1",
"@docusaurus/theme-mermaid": "^2.4.1", "@docusaurus/theme-mermaid": "^2.4.1",

View File

@ -203,6 +203,8 @@ import {
<Grid.Item> <Grid.Item>
<ShowcaseCard <ShowcaseCard
name="ethOS" name="ethOS"
logoSrc="/logo/ethos.svg"
logoSrcDark="/logo/ethos.svg"
description="We're thankful that Nimbus is building infrastructure that extends Ethereum, and is additive to a crypto-first mobile OS like ethOS. We know first hand that Nimbus is incredibly easy to work with, and boasts great dev support from the team." description="We're thankful that Nimbus is building infrastructure that extends Ethereum, and is additive to a crypto-first mobile OS like ethOS. We know first hand that Nimbus is incredibly easy to work with, and boasts great dev support from the team."
borderStyle="none" borderStyle="none"
/> />
@ -210,6 +212,8 @@ import {
<Grid.Item> <Grid.Item>
<ShowcaseCard <ShowcaseCard
name="DSRV" name="DSRV"
logoSrc="/logo/dsrv.svg"
logoSrcDark="/logo/dsrv.svg"
description="DSRV has been keen to improve client diversity, and we've been running Nimbus with close to 2000 validators over the last 16 months including Ethereum mainnet. We found Nimbus consensus client to be both reliable and easy to operate while requiring fewer resources, making it worth recommending to every validator not just solo stakers." description="DSRV has been keen to improve client diversity, and we've been running Nimbus with close to 2000 validators over the last 16 months including Ethereum mainnet. We found Nimbus consensus client to be both reliable and easy to operate while requiring fewer resources, making it worth recommending to every validator not just solo stakers."
borderStyle="none" borderStyle="none"
/> />
@ -217,6 +221,8 @@ import {
<Grid.Item> <Grid.Item>
<ShowcaseCard <ShowcaseCard
name="Protolamba" name="Protolamba"
logoSrc="/logo/protolamba.svg"
logoSrcDark="/logo/protolamba.svg"
description="Processing 60 billion attestation data points of the Ethereum Beacon Chain only took ~45 min. How? ( . . .) Thanks to the amazing work by Nimbus, this uses their era-format to read all beacon-chain data very quickly, in parallel slices, without much lookup cost." description="Processing 60 billion attestation data points of the Ethereum Beacon Chain only took ~45 min. How? ( . . .) Thanks to the amazing work by Nimbus, this uses their era-format to read all beacon-chain data very quickly, in parallel slices, without much lookup cost."
borderStyle="none" borderStyle="none"
/> />
@ -224,6 +230,8 @@ import {
<Grid.Item> <Grid.Item>
<ShowcaseCard <ShowcaseCard
name="Diva Staking" name="Diva Staking"
ogoSrc="/logo/diva-staking.svg"
logoSrcDark="/logo/diva-staking.svg"
description="Happy to collaborate with the great minds from Nimbus to push the boundaries of staking & DVT!" description="Happy to collaborate with the great minds from Nimbus to push the boundaries of staking & DVT!"
borderStyle="none" borderStyle="none"
/> />

View File

@ -19,14 +19,14 @@
satori "^0.10.1" satori "^0.10.1"
sharp "^0.32.1" sharp "^0.32.1"
"@acid-info/logos-docusaurus-preset@^1.0.0-topic-nimbus.4": "@acid-info/logos-docusaurus-preset@^1.0.0-topic-nimbus.5":
version "1.0.0-topic-nimbus.4" version "1.0.0-topic-nimbus.5"
resolved "https://registry.yarnpkg.com/@acid-info/logos-docusaurus-preset/-/logos-docusaurus-preset-1.0.0-topic-nimbus.4.tgz#f7c4a341314c393bf1682a707eba7499e85e8985" resolved "https://registry.yarnpkg.com/@acid-info/logos-docusaurus-preset/-/logos-docusaurus-preset-1.0.0-topic-nimbus.5.tgz#2698b448909a3902e9dc476ee18ce09c986f0c0c"
integrity sha512-XC14q3iXFot1FxVgWzL3nYOZSzE6pCLZix3MgWo5ROo9E6SNIUIRR0tOOIwJwzwhoafr91/0AVCSfg1wJcp9xA== integrity sha512-DVkrbiGzZUzvPYN6OYQWgaU91E0dNTgOc73i9KOUxeOQLBwJTTS8sYLd1SR/9DOLlPI2dSUJmO2bRAffbWYVbA==
dependencies: dependencies:
"@acid-info/docusaurus-og" "1.0.0-alpha.131" "@acid-info/docusaurus-og" "1.0.0-alpha.131"
"@acid-info/logos-docusaurus-search-local" "1.0.0-alpha.111" "@acid-info/logos-docusaurus-search-local" "1.0.0-alpha.111"
"@acid-info/logos-docusaurus-theme" "1.0.0-topic-nimbus.4+2ad533b" "@acid-info/logos-docusaurus-theme" "1.0.0-topic-nimbus.5+c9cb2f7"
"@docusaurus/core" "^2.4.1" "@docusaurus/core" "^2.4.1"
"@docusaurus/module-type-aliases" "^2.4.1" "@docusaurus/module-type-aliases" "^2.4.1"
"@docusaurus/preset-classic" "^2.4.1" "@docusaurus/preset-classic" "^2.4.1"
@ -54,10 +54,10 @@
"@easyops-cn/docusaurus-search-local" "^0.33.6" "@easyops-cn/docusaurus-search-local" "^0.33.6"
lodash "^4.17.21" lodash "^4.17.21"
"@acid-info/logos-docusaurus-theme@1.0.0-topic-nimbus.4+2ad533b": "@acid-info/logos-docusaurus-theme@1.0.0-topic-nimbus.5+c9cb2f7":
version "1.0.0-topic-nimbus.4" version "1.0.0-topic-nimbus.5"
resolved "https://registry.yarnpkg.com/@acid-info/logos-docusaurus-theme/-/logos-docusaurus-theme-1.0.0-topic-nimbus.4.tgz#3f8813446bbb5cf5d90f4f92b0138e97d63647b6" resolved "https://registry.yarnpkg.com/@acid-info/logos-docusaurus-theme/-/logos-docusaurus-theme-1.0.0-topic-nimbus.5.tgz#2c4566217659a96208ca0d4bda33fd867a357c94"
integrity sha512-S9mKgbJXzpVSmq7ilCRFoeDZ0Ed60m+p0rfbUx2wxJtwalYGqQdDKoiHZ9D4daqDqZ8eUgNKe5RYzZdTpTZokQ== integrity sha512-Chyx0w9n1CCEtC+ycI+DUZBZG+FfNDDAaI4XSKuC4qSnVeOJ0KoIF+SAv6TY0RdbDtiO7ATYODHW3fdNFwnkXA==
dependencies: dependencies:
"@acid-info/docusaurus-og" "1.0.0-alpha.131" "@acid-info/docusaurus-og" "1.0.0-alpha.131"
"@acid-info/lsd-react" "^0.1.0-beta.1" "@acid-info/lsd-react" "^0.1.0-beta.1"