Skip to content

Commit 1908857

Browse files
authored
Merge pull request #835 from kleros/feat(web)/add-solutions-and-help
feat: add solutions and help settings
2 parents 2861d39 + ed65142 commit 1908857

23 files changed

+499
-12
lines changed

subgraph/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ yarn deploy:arbitrum-goerli
3737
```
3838

3939
### Using the Kleros organization account
40+
4041
Go to the [Deploy Subgraph Action](https://github.com/kleros/kleros-v2/actions/workflows/deploy-subgraph.yml) and click the Run workflow button:
4142

4243
<img width="1265" alt="image" src="https://github.com/kleros/kleros-v2/assets/22213980/da39f584-baaf-42a2-8c6a-6544aee29420">

web/global.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ declare global {
66
const content: React.FC<React.SVGAttributes<SVGElement>>;
77
export default content;
88
}
9+
module "*.png" {
10+
const path: string;
11+
export default path;
12+
}
913
}
1014

1115
declare module "styled-components" {
Lines changed: 3 additions & 0 deletions
Loading

web/src/assets/svgs/icons/book.svg

Lines changed: 3 additions & 0 deletions
Loading

web/src/assets/svgs/icons/bug.svg

Lines changed: 10 additions & 0 deletions
Loading
13.5 KB
Loading

web/src/assets/svgs/icons/curate.svg

Lines changed: 30 additions & 0 deletions
Loading
Lines changed: 19 additions & 0 deletions
Loading

web/src/assets/svgs/icons/escrow.svg

Lines changed: 5 additions & 0 deletions
Loading

web/src/assets/svgs/icons/eth.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)