fix: alt message
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
parent
1032a31336
commit
a8277928a3
|
@ -1,7 +1,7 @@
|
|||
const { basename } = require('path')
|
||||
const { pad } = require('./helpers')
|
||||
|
||||
const credits = '<p class="f6 small-caps">This work is licensed under a Creative Commons Attribution-NonCommercial 2.5 License.<br>Originally from <a target="_blank" class="blue hover-dark-blue no-underline" href="https://xkcd.com/">xkcd.com</a>.</p>'
|
||||
const credits = '<p class="tc f6 small-caps">This work is licensed under a Creative Commons Attribution-NonCommercial 2.5 License.<br>Originally from <a target="_blank" class="blue hover-dark-blue no-underline" href="https://xkcd.com/">xkcd.com</a>.</p>'
|
||||
|
||||
const comicPage = ({ alt, title, transcript, num, img }) => {
|
||||
const btnClass = 'dib navy mh2 pa2 bg-light-blue hover-bg-lightest-blue br2 ba bw1 b--navy no-underline'
|
||||
|
@ -22,7 +22,7 @@ const comicPage = ({ alt, title, transcript, num, img }) => {
|
|||
<a class="${btnClass}" href="../${pad(num + 1, 4)}/index.html">Next <span class="gray">→</span></a>
|
||||
</nav>
|
||||
|
||||
<img src="./${basename(img)}" alt="${alt}">
|
||||
<img src="./${basename(img)}" title="${alt}">
|
||||
<p class="dn">${transcript}</p>
|
||||
${credits}
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue
Block a user