We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2524bd0 commit 0799037Copy full SHA for 0799037
src/pages/catalog/elements/index.tsx
@@ -172,7 +172,10 @@ export default function Courses() {
172
<div className="container-fluid my-5">
173
<div className="container-md">
174
<h2 className="h4">License</h2>
175
- <p>All content here is made made available under open licenses. See the individual GitHub repositories for license information.</p>
+ <p>
176
+ All content here is made made available under open licenses. See the
177
+ individual GitHub repositories for license information.
178
+ </p>
179
</div>
180
181
0 commit comments