|
@ -1,7 +1,7 @@ |
|
|
<book> |
|
|
<book> |
|
|
<div class="text-clip toast" if={ opts.title && opts.author }> |
|
|
<div class="text-clip toast" if={ opts.title && opts.author }> |
|
|
<p> |
|
|
<p> |
|
|
<dt class="book-title text-center"> |
|
|
<dt data-tooltip="Click to find books" class="tooltip book-title text-center"> |
|
|
<button onclick={ makeResourceGetter(this) } class="btn btn-link"> |
|
|
<button onclick={ makeResourceGetter(this) } class="btn btn-link"> |
|
|
{ opts.title } |
|
|
{ opts.title } |
|
|
</button> |
|
|
</button> |
|
|