Remove backticks from code and unneccessary link.

This commit is contained in:
2023-12-18 18:41:56 +13:00
parent 1ab50f8f87
commit 666aa64a1b
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
const headerNavLinks = [ const headerNavLinks = [
{ href: '/workshop', title: 'Exercises' }, { href: '/workshop', title: 'Exercises' }
{ href: 'https://etherpad.wikimedia.org/p/tssc-workshop-bne-dec-23', title: 'Etherpad'} // { href: 'https://etherpad.wikimedia.org/p/tssc-workshop-bne-dec-23', title: 'Etherpad'}
] ]
export default headerNavLinks export default headerNavLinks

View File

@ -68,10 +68,10 @@ module.exports = {
paddingBottom: '2px', paddingBottom: '2px',
borderRadius: '0.25rem', borderRadius: '0.25rem',
}, },
'code:before': { 'code::before': {
content: 'none', content: 'none',
}, },
'code:after': { 'code::after': {
content: 'none', content: 'none',
}, },
details: { details: {