diff --git a/website/src/components/contracts-page.js b/website/src/components/contracts-page.js index e4545bc..4bd9996 100644 --- a/website/src/components/contracts-page.js +++ b/website/src/components/contracts-page.js @@ -175,7 +175,7 @@ export function renderContractsPage() { ` } -function renderContractCard(contract, isSelected) { +export function renderContractCard(contract, isSelected) { const title = getLocalizedField(contract, 'title') const description = getLocalizedField(contract, 'description') const template = getLocalizedField(contract, 'template') @@ -213,7 +213,7 @@ function renderContractCard(contract, isSelected) { />
-

${esc(title)}

+

${esc(title)}