Skip to content

Commit 6424caf

Browse files
committed
add reka.market logo
1 parent 635f0a2 commit 6424caf

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

public/static/lp/reka_market.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
@@ -139,6 +139,12 @@ var companies = [
139139
url: "https://carla.se",
140140
path: "/static/lp/carla.svg",
141141
[Symbol.for("name")]: "Logo"
142+
},
143+
{
144+
name: "Reka.Market",
145+
url: "https://reka.market",
146+
path: "/static/lp/reka_market.svg",
147+
[Symbol.for("name")]: "Logo"
142148
}
143149
];
144150

src/common/OurUsers.res

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,9 @@ let companies = [
116116
url: "https://carla.se",
117117
path: "/static/lp/carla.svg",
118118
}),
119+
Logo({
120+
name: "Reka.Market",
121+
url: "https://reka.market",
122+
path: "/static/lp/reka_market.svg",
123+
}),
119124
]

0 commit comments

Comments
 (0)