We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1a850 commit 479e920Copy full SHA for 479e920
1 file changed
src/pages/integrations/index.js
@@ -70,7 +70,7 @@ const Integrations = props => {
70
<div className="container pb-2 pb-md-3">
71
<div className="row justify-content-center">
72
<div className="col-12">
73
- <h2 className="title-3 text-dark mb-2">Persistence provider</h2>
+ <h2 className="title-3 text-dark mb-2">Persistence Provider</h2>
74
</div>
75
{persistenceProvider.map(edge => (
76
<div
0 commit comments