Skip to content

Commit

Permalink
chore: documentation theming
Browse files Browse the repository at this point in the history
  • Loading branch information
epiqueras committed Nov 7, 2020
1 parent bcff013 commit 009daaa
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- chore: expand subgraph more ([4aca747](https://github.com/Proof-Of-Humanity/proof-of-humanity-web/commit/4aca747))
- chore: expand subgraph usage ([e77de34](https://github.com/Proof-Of-Humanity/proof-of-humanity-web/commit/e77de34))
- chore: export pages statically ([df1b304](https://github.com/Proof-Of-Humanity/proof-of-humanity-web/commit/df1b304))
- chore: finish base documentation ([bcff013](https://github.com/Proof-Of-Humanity/proof-of-humanity-web/commit/bcff013))
- chore: finish subgraph ([41d22d4](https://github.com/Proof-Of-Humanity/proof-of-humanity-web/commit/41d22d4))
- chore: fix again ([42927b6](https://github.com/Proof-Of-Humanity/proof-of-humanity-web/commit/42927b6))
- chore: fix card backgrounds ([95f57c9](https://github.com/Proof-Of-Humanity/proof-of-humanity-web/commit/95f57c9))
Expand Down
4 changes: 2 additions & 2 deletions components/.storybook/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { create } from "@storybook/theming";

addons.setConfig({
theme: create({
base: "light",
brandImage: "/kleros-logo-horizontal.png",
base: "dark",
brandImage: "/kleros-logo-full-white.png",
brandTitle: "Kleros Components",
brandUrl: "https://kleros.io",
}),
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit 009daaa

Please sign in to comment.