Skip to content

Commit 8c3338c

Browse files
committed
update curotec logo
1 parent 1fad96f commit 8c3338c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/partners/components/PartnerCard.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const { name, intro, region, logo, proficiencies, flipLogo } = data
1616
<component
1717
:is="page ? 'div' : 'a'"
1818
class="partner-card"
19-
:class="{ hero, page }"
19+
:class="{ hero, page, flipLogo }"
2020
:href="'/partners/' + normalizeName(name) + '.html'"
2121
>
2222
<div class="info">
@@ -77,7 +77,7 @@ h3 {
7777
}
7878
7979
.logo.dark,
80-
.dark .logo:not(.dark) {
80+
.flipLogo .dark .logo:not(.dark) {
8181
display: none;
8282
}
8383

src/partners/partners.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"text": "www.curotec.com",
5555
"url": "https://www.curotec.com/services/technologies/vuejs/"
5656
},
57-
"contact": "info@curotec.com",
58-
"hiring": "https://www.curotec.com/careers/",
57+
"contact": "sales@curotec.com",
58+
"hiring": "https://www.curotec.com/careers?source=vuejs-partner",
5959
"platinum": true
6060
},
6161
{
-6.34 KB
Binary file not shown.
43.7 KB
Loading

0 commit comments

Comments
 (0)