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

+1
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

+4
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" {
+3
Loading

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

+3
Loading

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

+10
Loading
13.5 KB
Loading

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

+30
Loading
Loading

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

+5
Loading

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

+3
Loading

0 commit comments

Comments
 (0)