ember-bulma icon indicating copy to clipboard operation
ember-bulma copied to clipboard

Typo on the docs -> Layout -> Hero

Open TorstenDittmann opened this issue 5 years ago • 0 comments

This is about the Docs.

Description

The code on the first example is incorrect. https://open-tux.github.io/ember-bulma/#/uilayout/hero

{{#bulma-hero}}
  {{#bulma-hero-content}}
    <h1 class="title">
      Hero title
    </h1>
    <h2 class="subtitle">
      Hero subtitle
    </h2>
  {{#bulma-hero-content}}
{{/bulma-hero}}

{{#bulma-hero-content}} at the bottom should be a {{/bulma-hero-content}}.

TorstenDittmann avatar Feb 19 '19 17:02 TorstenDittmann