Skip to content

Commit

Permalink
Upd: Data sharing UI version
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 28, 2023
1 parent f92460e commit a7ef5c5
Showing 1 changed file with 2 additions and 2 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/[email protected].8/dist/consentBbDataSharingUi.css"
href="https://cdn.jsdelivr.net/gh/decentralised-dataexchange/[email protected].9/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/[email protected].8/dist/consentBbDataSharingUi.js"
src="https://cdn.jsdelivr.net/gh/decentralised-dataexchange/[email protected].9/dist/consentBbDataSharingUi.js"
></script>
<script>
window.ConsentBbDataSharingUi({
Expand Down

0 comments on commit a7ef5c5

Please sign in to comment.