Skip to content

Commit 635f0a2

Browse files
add carla logo (#513)
1 parent e3941da commit 635f0a2

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

public/static/lp/carla.svg

Lines changed: 3 additions & 0 deletions
Loading

src/common/OurUsers.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@ var companies = [
133133
url: "https://sanjagh.pro",
134134
path: "/static/lp/sanjagh.svg",
135135
[Symbol.for("name")]: "Logo"
136+
},
137+
{
138+
name: "Carla",
139+
url: "https://carla.se",
140+
path: "/static/lp/carla.svg",
141+
[Symbol.for("name")]: "Logo"
136142
}
137143
];
138144

src/common/OurUsers.res

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,9 @@ let companies = [
111111
url: "https://sanjagh.pro",
112112
path: "/static/lp/sanjagh.svg",
113113
}),
114+
Logo({
115+
name: "Carla",
116+
url: "https://carla.se",
117+
path: "/static/lp/carla.svg",
118+
}),
114119
]

0 commit comments

Comments
 (0)