fix: Footer logo for docs page

This commit is contained in:
Alireza 2021-08-31 10:30:53 -04:00
parent c64443b173
commit 5ccab89a17

View File

@ -341,9 +341,10 @@ const isI18nStaging = process.env.I18N_STAGING === 'true';
title: ' ',
items: [
{
// This doesn't show up on dev for some reason, but displays in build
html: `
<a href="https://www.massgeneral.org/" target="_blank" rel="noreferrer noopener">
<img src= '/static/img/mgh-logo.png' id="mgh-logo" alt="MGH" />
<img src="/img/mgh-logo.png" id="mgh-logo" alt="MGH" />
</a>
`,
},