Skip to content

Commit

Permalink
Update participants
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly committed Aug 27, 2024
1 parent 255df92 commit 6931a8d
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/components/Button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ defineProps<{
opacity: 0.87;
}
.buttonRed {
background: #ff4581;
background: #E968DD;
}
</style>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ iframe {
html[data-theme="dark"] {
--dark-grey: #fff;
--primary-color: var(--theme-color);
--secondary-color: #ff4581;
--secondary-color: #e968dd;
--light-grey: var(--gray-400);
--theme-color-mask: transparent;
--dark-mode-card: #1a1a1a;
Expand Down
8 changes: 4 additions & 4 deletions docs/subquery_network/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,15 +205,15 @@ const anyoneContents = ref([
name: "DApp Users",
description:
"DApp Users will ask the SubQuery Network for specific indexed data and RPC endpoints for their dApps or tools, and exchange an advertised amount of SQT for each request.",
image: "https://subquery.network/robots/consumer/consumer.png",
image: "/assets/img/participants/consumer.png",
moreLink:
"/subquery_network/consumers/introduction.html",
},
{
name: "Delegators",
description:
"Delegators will participate in the Network by supporting their favourite Data Indexers and RPC Providers to earn rewards based on the work those indexers do.",
image: "https://subquery.network/robots/delegator/delegator.png",
image: "/assets/img/participants/delegator.png",

moreLink:
"/subquery_network/delegators/introduction.html",
Expand All @@ -223,7 +223,7 @@ image: "https://subquery.network/robots/delegator/delegator.png",
name: "Data Indexers",
description:
"Data Indexers will run and maintain high quality SubQuery projects in their own infrastructure and will be rewarded in SQT for the requests that they serve.",
image: "https://subquery.network/robots/indexer/indexer.png",
image: "/assets/img/participants/indexer.png",

moreLink: "/subquery_network/node_operators/introduction.html",

Expand All @@ -232,7 +232,7 @@ image: "https://subquery.network/robots/indexer/indexer.png",
name: "RPC Providers",
description:
"RPC Providers run the optimised SubQuery Data Node and are rewarded in SQT for providing reliable, scalable, and affordable RPC services to the network.",
image: "https://subquery.network/robots/rpc/rpc.svg",
image: "/assets/img/participants/rpc.png",

moreLink:
"/subquery_network/node_operators/introduction.html",
Expand Down

0 comments on commit 6931a8d

Please sign in to comment.