Skip to content

Commit

Permalink
Change footer image links to use absolute paths
Browse files Browse the repository at this point in the history
  • Loading branch information
tomergreenwald committed Feb 21, 2024
1 parent 27a942e commit 293639a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const footerSocialLinks = `
width='30'
height='30'
loading='lazy'
src="img/footer/github.svg"
src="/img/footer/github.svg"
alt="GitHub logo"
className='w-5 h-5 relative'
/>
Expand All @@ -53,7 +53,7 @@ const footerSocialLinks = `
width='30'
height='30'
loading='lazy'
src="img/footer/linkedin.svg"
src="/img/footer/linkedin.svg"
alt="LinkedIn logo"
className='w-5 h-5 relative'
/>
Expand All @@ -63,7 +63,7 @@ const footerSocialLinks = `
width='30'
height='30'
loading='lazy'
src="img/footer/x.svg"
src="/img/footer/x.svg"
alt="X logo"
className='w-5 h-5 relative'
/>
Expand All @@ -73,7 +73,7 @@ const footerSocialLinks = `
width='30'
height='30'
loading='lazy'
src="img/footer/slack.svg"
src="/img/footer/slack.svg"
alt="Slack logo"
className='w-5 h-5 relative'
/>
Expand All @@ -83,7 +83,7 @@ const footerSocialLinks = `
width='30'
height='30'
loading='lazy'
src="img/footer/youtube.svg"
src="/img/footer/youtube.svg"
alt="YouTube logo"
className='w-5 h-5 relative'
/>
Expand Down Expand Up @@ -396,9 +396,9 @@ const config = {
{
html: `<div class="footer_copyright tw-w-full">
<div style="display:flex;">
<img src="img/footer/cloud-native.svg" style="margin-right:20px;"/>
<img src="/img/footer/cloud-native.svg" style="margin-right:20px;"/>
<a href="https://otterize.com/soc2-request" target="_blank" style="height:50px;">
<img src="img/footer/soc.png" style="width:50px;"/>
<img src="/img/footer/soc.png" style="width:50px;"/>
</a>
</div>
<div class="tw-w-full tw-h-14 tw-flex-col tw-justify-start tw-items-start tw-gap-8 tw-inline-flex">
Expand Down

0 comments on commit 293639a

Please sign in to comment.