Skip to content

Commit 4b19c89

Browse files
committed
fix: "disable" buttons that mustn't be disabled
I.e. core-styles v2.30.1 to fix "Connect" button.
1 parent 085a8cb commit 4b19c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/templates/base-auth.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% block assets %}
44
{{ super() }}
55

6-
{% with core_styles_cdn_url="https://cdn.jsdelivr.net/npm/@tacc/core-styles@v2.30.0" %}
6+
{% with core_styles_cdn_url="https://cdn.jsdelivr.net/npm/@tacc/core-styles@v2.30.1" %}
77
<style>
88
/* base styles */
99
@import url('{{ core_styles_cdn_url }}/dist/core-styles.settings.css') layer(base);

0 commit comments

Comments
 (0)