Skip to content

Commit

Permalink
test: refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Apr 18, 2024
1 parent ca4696a commit 8fbe8e9
Show file tree
Hide file tree
Showing 6 changed files with 713 additions and 7 deletions.
6 changes: 3 additions & 3 deletions packages/testing-docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
sidebar_position: 1
---

# Tests for zkSync Era Block Explorer
# How to contribute to the project

\<-- Use left sidebar for navigation
# How to contribute to project

\<-- Use left sidebar for navigation
## What you'll need

- [Node.js](https://nodejs.org/en/download/) version 18.0 or above:
Expand Down Expand Up @@ -45,5 +44,6 @@ After making changes to the project
- request a review from a QAs
After successull review PR with changes will be merged to main branch


![Screenshot](../static/img/main.png)

24 changes: 21 additions & 3 deletions packages/testing-docs/src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,29 @@ type FeatureItem = {

const FeatureList: FeatureItem[] = [
{
title: 'zkSync Block Explorer',
Svg: require('@site/static/img/main.PNG').default,
title: 'Build',
Svg: require('@site/static/img/1.svg').default,
description: (
<>
Some text

</>
),
},
{
title: 'Test',
Svg: require('@site/static/img/2.svg').default,
description: (
<>

</>
),
},
{
title: 'Repeat',
Svg: require('@site/static/img/3.svg').default,
description: (
<>

</>
),
},
Expand Down
2 changes: 1 addition & 1 deletion packages/testing-docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function Home(): JSX.Element {
description="">
<HomepageHeader />
<main>
{/*<HomepageFeatures />*/}
<HomepageFeatures />
</main>
</Layout>
);
Expand Down
Loading

0 comments on commit 8fbe8e9

Please sign in to comment.