Skip to content

Commit

Permalink
Italics
Browse files Browse the repository at this point in the history
  • Loading branch information
rzats committed Oct 11, 2024
1 parent 2453814 commit 7982b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/EpiData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export function loadDataSet(
.alert(
`
<div class="uk-alert uk-alert-error">
Failed to fetch API data from <a href="${url.href}">API Link</a>:<br/>${res['message']}
Failed to fetch API data from <a href="${url.href}">API Link</a>:<br/><i>${res['message']}</i>
</div>`,
)
.then(() => null);
Expand Down

0 comments on commit 7982b5d

Please sign in to comment.