fix: typo in /demos/ <h1>
This commit is contained in:
@@ -6,7 +6,7 @@ stylesheet: /styles/demos.css
|
|||||||
isLandingPage: false
|
isLandingPage: false
|
||||||
---
|
---
|
||||||
|
|
||||||
<h1>A Preview of What's Comming!</h1>
|
<h1>A Preview of What's Coming!</h1>
|
||||||
{% for demo in demos.DEMOS %}
|
{% for demo in demos.DEMOS %}
|
||||||
<article id="demo-{{ demo.id }}" class="{{ demo.id }}-demo-card" aria-labelledby="demo-title-{{ demo.id }}">
|
<article id="demo-{{ demo.id }}" class="{{ demo.id }}-demo-card" aria-labelledby="demo-title-{{ demo.id }}">
|
||||||
<div class="{{ demo.id }}-demo module">
|
<div class="{{ demo.id }}-demo module">
|
||||||
|
Reference in New Issue
Block a user