6 lines
179 B
Plaintext
6 lines
179 B
Plaintext
<my-card-header>
|
|
<div>
|
|
<!--<img src="/images/" class="h-7 sm:h-8" /> pic > txt?-->
|
|
<h1 class="sm:text-4xl">{ props.cardHead }</h1>
|
|
</div>
|
|
</my-card-header> |