From 3d8023359bf2caa9d2a704a81c2efab2cd09e085 Mon Sep 17 00:00:00 2001 From: JupterHub Bot Account <105740858+jupyterhub-bot@users.noreply.github.com> Date: Fri, 24 Jan 2025 05:03:14 +0000 Subject: [PATCH 1/3] Updates binderhub chart to 1.0.0-0.dev.git.3673.h040c9bbe --- mybinder/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mybinder/Chart.yaml b/mybinder/Chart.yaml index 4b5b3ec35..bd0f05d88 100644 --- a/mybinder/Chart.yaml +++ b/mybinder/Chart.yaml @@ -8,7 +8,7 @@ dependencies: # Source code: https://github.com/jupyterhub/binderhub/tree/main/helm-chart # App changelog: https://github.com/jupyterhub/binderhub/blob/main/CHANGES.md - name: binderhub - version: "1.0.0-0.dev.git.3548.h83da55db" + version: "1.0.0-0.dev.git.3673.h040c9bbe" repository: https://jupyterhub.github.io/helm-chart condition: binderhubEnabled From 714aac06d8b79ec61b53bb772c6643141a5ccba9 Mon Sep 17 00:00:00 2001 From: Min RK Date: Fri, 24 Jan 2025 15:08:09 +0100 Subject: [PATCH 2/3] use float:right instead of position:absolute to locate donate button --- mybinder/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mybinder/values.yaml b/mybinder/values.yaml index cdf94b17f..30238c76d 100644 --- a/mybinder/values.yaml +++ b/mybinder/values.yaml @@ -172,7 +172,7 @@ binderhub: cors_allow_origin: "*" banner_message: | - 🤍 Donate to mybinder.org! From adae77602267815d93a764fce879e87b4aa8e9f1 Mon Sep 17 00:00:00 2001 From: Min RK Date: Fri, 24 Jan 2025 15:11:59 +0100 Subject: [PATCH 3/3] simplify position: absolute bottom:0px was floating in the middle of the screen --- mybinder/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mybinder/values.yaml b/mybinder/values.yaml index 30238c76d..bd6d7093c 100644 --- a/mybinder/values.yaml +++ b/mybinder/values.yaml @@ -172,7 +172,7 @@ binderhub: cors_allow_origin: "*" banner_message: | - 🤍 Donate to mybinder.org!