Skip to content

Commit

Permalink
DIGG-344-beta: Updating access service button and information on data…
Browse files Browse the repository at this point in the history
…set page.
  • Loading branch information
Mika Munterud committed Mar 21, 2024
1 parent ca08dbd commit 5eb4896
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions components/content/Entryscape/DataSetPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,15 +273,15 @@ export const DataSetPage: React.FC = () => {
relation: 'dcat:accessService',
template:
'<span class="border-t border-brown-600 pt-md flex flex-col">' +
'{{view rdformsid="dcat:endpointDescription,dcat:dcterms:type_ds"}}' +
'<button class="button--primary button--large flex items-center !no-underline w-fit">' +
'{{link class="linkInBtn noUnderline" namedclick="dataservice-link" content="${t(
"pages|datasetpage$read_about_api",
)}"}}' +
'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">' +
'<path d="M4.08008 11V13H16.0801L10.5801 18.5L12.0001 19.92L19.9201 12L12.0001 4.08002L10.5801 5.50002L16.0801 11H4.08008Z" fill="#6E615A"/>' +
'</svg>' +
'</button>' +
'{{view rdformsid="dcat:endpointDescription,dcat:dcterms:type_ds"}}' +
'<button class="button--primary button--large flex items-center !no-underline w-fit">' +
'{{link class="linkInBtn noUnderline" namedclick="dataservice-link" content="${t(
"pages|datasetpage$read_about_api",
)}"}}' +
'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">' +
'<path d="M4.08008 11V13H16.0801L10.5801 18.5L12.0001 19.92L19.9201 12L12.0001 4.08002L10.5801 5.50002L16.0801 11H4.08008Z" fill="#6E615A"/>' +
'</svg>' +
'</button>' +
'</span>'
},
{
Expand Down

0 comments on commit 5eb4896

Please sign in to comment.