@@ -204,7 +204,10 @@ module.exports = {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
html: '<a href="/"><h2 class="footerLogo"></h2></a>',
|
||||
html: `
|
||||
<a href="/" aria-label="Backstage Software Catalog and Developer Platform">
|
||||
<div class="footerLogo"></div>
|
||||
</a>`,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -95,10 +95,12 @@ const HomePage = () => {
|
||||
<img
|
||||
className="laptopSvg"
|
||||
src={`${siteConfig.baseUrl}img/laptop.svg`}
|
||||
alt="Illustration of a laptop"
|
||||
/>
|
||||
<img
|
||||
className="laptopScreenGif"
|
||||
src={`${siteConfig.baseUrl}animations/backstage-logos-hero-8.gif`}
|
||||
alt='Animated Backstage Logo'
|
||||
/>
|
||||
</div>
|
||||
</BannerSectionGrid>
|
||||
|
||||
Reference in New Issue
Block a user