Skip to content

Commit

Permalink
Upd: data sharing ui to 2023.11.1
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed Nov 5, 2023
1 parent e6c74ed commit 95cfd4d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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/dist/consentBbDataSharingUi.css"
href="https://cdn.jsdelivr.net/gh/decentralised-dataexchange/bb-consent-data-sharing-ui@2023.11.1/dist/consentBbDataSharingUi.css"
/>
</head>
<body style="margin: 0px">
Expand All @@ -25,7 +25,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/dist/consentBbDataSharingUi.js"
src="https://cdn.jsdelivr.net/gh/decentralised-dataexchange/bb-consent-data-sharing-ui@2023.11.1/dist/consentBbDataSharingUi.js"
></script>
<script>
window.ConsentBbDataSharingUi();
Expand Down

0 comments on commit 95cfd4d

Please sign in to comment.