fix icons
This commit is contained in:
parent
650d8b32db
commit
323efb9383
@ -14,7 +14,7 @@ const partners = [
|
||||
caption: "Nomadic Labs",
|
||||
// You will need to prepend the image path with your baseUrl
|
||||
// if it is not '/', like: '/test-site/img/image.jpg'.
|
||||
image: "/img/nomadic-logo.jpg",
|
||||
image: "/img/nomadic-logo.svg",
|
||||
infoLink: "https://www.nomadic-labs.com/",
|
||||
pinned: true
|
||||
},
|
||||
@ -22,7 +22,7 @@ const partners = [
|
||||
caption: "Tocqueville Group",
|
||||
// You will need to prepend the image path with your baseUrl
|
||||
// if it is not '/', like: '/test-site/img/image.jpg'.
|
||||
image: "/img/tq-logo.svg",
|
||||
image: "/img/tq-logo-2.svg",
|
||||
infoLink: "https://tqgroup.io/",
|
||||
pinned: true
|
||||
},
|
||||
@ -30,7 +30,7 @@ const partners = [
|
||||
caption: "Stove Labs",
|
||||
// You will need to prepend the image path with your baseUrl
|
||||
// if it is not '/', like: '/test-site/img/image.jpg'.
|
||||
image: "/img/stove-logo.png",
|
||||
image: "/img/stove-logo.svg",
|
||||
infoLink: "https://stove-labs.com",
|
||||
pinned: true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user