Skip to content

Commit e3941da

Browse files
authored
Add sanjagh logo (#505)
1 parent c857df0 commit e3941da

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

public/static/lp/sanjagh.svg

Lines changed: 1 addition & 0 deletions
Loading

src/common/OurUsers.mjs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,18 @@ var companies = [
121121
url: "https://camelohq.com",
122122
path: "/static/lp/camelo.svg",
123123
[Symbol.for("name")]: "Logo"
124+
},
125+
{
126+
name: "DevIT Jobs",
127+
url: "https://devitjobs.us",
128+
path: "/static/lp/dev-it-jobs.svg",
129+
[Symbol.for("name")]: "Logo"
130+
},
131+
{
132+
name: "Sanjagh",
133+
url: "https://sanjagh.pro",
134+
path: "/static/lp/sanjagh.svg",
135+
[Symbol.for("name")]: "Logo"
124136
}
125137
];
126138

src/common/OurUsers.res

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,9 @@ let companies = [
106106
url: "https://devitjobs.us",
107107
path: "/static/lp/dev-it-jobs.svg",
108108
}),
109+
Logo({
110+
name: "Sanjagh",
111+
url: "https://sanjagh.pro",
112+
path: "/static/lp/sanjagh.svg",
113+
}),
109114
]

0 commit comments

Comments
 (0)