Skip to content

Commit

Permalink
Fix typo in "Sign Messages" step of Lido OBOL-SDVTM Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
daGscheid committed Apr 21, 2024
1 parent 8fa1998 commit b562c3f
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/00-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Welcome

# Welcome to the Documentation...

![Stereum Ethereum Node Setup & Manager](../static/img/stereum-social-card.png)
![Stereum Ethereum Node Setup & Manager](../static/img/branding/stereum-social-card.png)

## ...and thank you for choosing Stereum 🍄

Expand Down
6 changes: 3 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type * as Preset from '@docusaurus/preset-classic';
const config: Config = {
title: 'Stereum',
tagline: 'Ethereum Node Setup & Manager',
favicon: 'img/favicon.ico',
favicon: 'img/branding/favicon.ico',

// Set the production url of your site here
url: 'https://github.com/',
Expand Down Expand Up @@ -57,12 +57,12 @@ const config: Config = {

themeConfig: {
// Replace with your project's social card
image: 'img/stereum-social-card.png',
image: 'img/branding/stereum-social-card.png',
navbar: {
title: 'Stereum',
logo: {
alt: 'Stereum Logo',
src: 'img/logo.svg',
src: 'img/branding/logo.svg',
},
items: [
{
Expand Down
6 changes: 3 additions & 3 deletions src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type FeatureItem = {
const FeatureList: FeatureItem[] = [
{
title: 'Easy Node Setup',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
Svg: require('@site/static/img/landing/undraw_docusaurus_react.svg').default,
description: (
<>
Stereum simplifies the process of setting up Ethereum nodes, providing a streamlined and user-friendly interface to get your node up and running with minimal hassle.
Expand All @@ -20,7 +20,7 @@ const FeatureList: FeatureItem[] = [
},
{
title: 'Robust Monitoring Tools',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
Svg: require('@site/static/img/landing/undraw_docusaurus_mountain.svg').default,
description: (
<>
Keep track of your node's performance and status with Stereum's comprehensive monitoring tools. Stay informed and proactive in maintaining node health and efficiency.
Expand All @@ -29,7 +29,7 @@ const FeatureList: FeatureItem[] = [
},
{
title: 'Flexible Configuration',
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
Svg: require('@site/static/img/landing/undraw_docusaurus_tree.svg').default,
description: (
<>
Customize and configure your node to match your specific requirements. Stereum offers a variety of configuration options to tailor your node's operation.
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit b562c3f

Please sign in to comment.