Skip to content

Commit

Permalink
Upd: Bump data sharing UI version to 2024.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <george.padayatti@igrant.io>
  • Loading branch information
georgepadayatti committed Jan 11, 2024
1 parent 2470a2f commit f5bebef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func ServiceShowDataSharingUiHandler(w http.ResponseWriter, r *http.Request) {
<title>Consent BB Data Sharing UI</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/decentralised-dataexchange/bb-consent-data-sharing-ui@2023.11.9/dist/consentBbDataSharingUi.css"
href="https://cdn.jsdelivr.net/gh/decentralised-dataexchange/bb-consent-data-sharing-ui@2024.1.1/dist/consentBbDataSharingUi.css"
/>
</head>
<body style="margin: 0px">
Expand All @@ -56,7 +56,7 @@ func ServiceShowDataSharingUiHandler(w http.ResponseWriter, r *http.Request) {
<script
data-element-id="consentBbDataSharingUi"
id="consentBbDataSharingUi-script"
src="https://cdn.jsdelivr.net/gh/decentralised-dataexchange/bb-consent-data-sharing-ui@2023.11.9/dist/consentBbDataSharingUi.js"
src="https://cdn.jsdelivr.net/gh/decentralised-dataexchange/bb-consent-data-sharing-ui@2024.1.1/dist/consentBbDataSharingUi.js"
></script>
<script>
window.ConsentBbDataSharingUi({
Expand Down
2 changes: 1 addition & 1 deletion resources/config

0 comments on commit f5bebef

Please sign in to comment.