feat: link tweak
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
parent
3bb1f932f4
commit
49b1845932
|
@ -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" href="https://xkcd.com/">xkcd.com</a>.</p>'
|
||||
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 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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user