Skip to content

Commit

Permalink
chore: clarify potentially supported CKAN versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk authored Apr 2, 2024
1 parent e9e795d commit 626d4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Features2.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const Features2 = () => (
<ul className="mb-6 text-white">
<li className="mb-4 flex">
<CheckArrowIcon />
<span>Integrated with the CKAN API</span>
<span>Integrated with the CKAN API <span className="text-red-300">(>= 2.9)</span></span>
</li>
<li className="mb-4 flex">
<CheckArrowIcon />
Expand Down

0 comments on commit 626d4e8

Please sign in to comment.