mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
refactor: use h1 for slidetitle
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
{%- if title or subtitle -%}
|
{%- if title or subtitle -%}
|
||||||
<div class="carousel-body container d-flex {{ align_class }}">
|
<div class="carousel-body container d-flex {{ align_class }}">
|
||||||
<div class="carousel-content align-self-center">
|
<div class="carousel-content align-self-center">
|
||||||
{%- if title -%}<h2 class="{{ heading_class }}">{{ title }}</h2>{%- endif -%}
|
{%- if title -%}<h1 class="{{ heading_class }}">{{ title }}</h1>{%- endif -%}
|
||||||
{%- if subtitle -%}<p class="text-muted mt-2">{{ subtitle }}</p>{%- endif -%}
|
{%- if subtitle -%}<p class="text-muted mt-2">{{ subtitle }}</p>{%- endif -%}
|
||||||
{%- if action -%}
|
{%- if action -%}
|
||||||
<a href="{{ action }}" class="btn btn-primary mt-3">
|
<a href="{{ action }}" class="btn btn-primary mt-3">
|
||||||
|
|||||||
Reference in New Issue
Block a user