From 672717372e33e03f106407665d9494f83798d3d3 Mon Sep 17 00:00:00 2001 From: actions Date: Tue, 31 Aug 2021 23:33:11 +0000 Subject: [PATCH 1/2] Update changelog v2.0.15 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e85b0310..5cc66903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### **2.0.15** (2021-08-31) + +- Update tss-react + ### **2.0.14** (2021-08-20) - Update tss-react From 7dc39a323a21bafb0dee0b1d06f97be022173035 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Fri, 3 Sep 2021 01:22:09 +0200 Subject: [PATCH 2/2] Fix typo (changelog ignore) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98d06995..37d1b6d4 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ and the result you can expect: ### Advanced pages configuration If you want to go beyond only customizing the CSS you can re-implement some of the -pages or event add new ones. +pages or even add new ones. If you want to go this way checkout the demo setup provided [here](https://github.com/garronej/keycloakify-demo-app/tree/look_and_feel). If you prefer a real life example you can checkout [onyxia-web's source](https://github.com/InseeFrLab/onyxia-web/tree/main/src/app/components/KcApp).