Skip to content

Commit

Permalink
fix: partners logo path and height class (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
clemcode authored Jun 22, 2021
1 parent ff9c3a6 commit e1a1a2b
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 16 deletions.
4 changes: 2 additions & 2 deletions nuxtjs.org/components/MPartnersBanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
:src="`/img/sponsors/light/${partner.img}`"
:alt="partner.title"
:title="partner.title"
class="h-12 light-img"
class="light-img"
:class="partner.imgClass"
/>
<img
loading="lazy"
:src="`/img/sponsors/dark/${partner.img}`"
:alt="partner.title"
:title="partner.title"
class="h-12 dark-img"
class="dark-img"
:class="partner.imgClass"
/>
</a>
Expand Down
3 changes: 1 addition & 2 deletions nuxtjs.org/content/sponsors/mvp-partners/1.netlify.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: 'Netlify'
img: 'netlify-logo.svg'
img: 'netlify.png'
url: 'https://www.netlify.com/'
tier: 'MVP Partners'
class: 'h-12'
---
3 changes: 1 addition & 2 deletions nuxtjs.org/content/sponsors/mvp-partners/2.chrome.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: 'Google Chrome'
img: 'google-chrome.svg'
img: 'google-chrome.png'
url: 'https://www.google.com/chrome/'
tier: 'MVP Partners'
class: 'h-12'
---
3 changes: 1 addition & 2 deletions nuxtjs.org/content/sponsors/partners/1.swell.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: 'Swell'
url: 'https://swell.is/'
img: 'swell-logo.svg'
img: 'swell.png'
tier: 'Partners'
class: 'h-12'
---
3 changes: 1 addition & 2 deletions nuxtjs.org/content/sponsors/partners/2.strapi.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: 'Strapi'
url: 'https://strapi.io/'
img: 'strapi-logo.svg'
img: 'strapi.png'
tier: 'Partners'
class: 'h-12'
---
3 changes: 1 addition & 2 deletions nuxtjs.org/content/sponsors/partners/3.ship-shape.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: 'Ship Shape'
url: 'https://shipshape.io/'
img: 'shipshape-logo.svg'
img: 'shipshape.png'
tier: 'Partners'
class: 'h-12'
---
3 changes: 1 addition & 2 deletions nuxtjs.org/content/sponsors/partners/4.layer-0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: 'Layer0'
url: 'https://www.layer0.co/?ref=nuxt'
img: 'layer0-logo.svg'
img: 'layer0.png'
tier: 'Partners'
class: 'h-12'
---
3 changes: 1 addition & 2 deletions nuxtjs.org/content/sponsors/partners/5.storyblok.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: 'Storyblok'
url: 'https://www.storyblok.com/?ref=nuxt'
img: 'storyblok-logo.svg'
img: 'storyblok.png'
tier: 'Partners'
class: 'h-16'
---

1 comment on commit e1a1a2b

@vercel
Copy link

@vercel vercel bot commented on e1a1a2b Jun 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.