Skip to content

Commit b7f5d41

Browse files
authored
Add Frontman logo to Trusted by our users section (#1209)
1 parent 17df6fb commit b7f5d41

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

public/lp/frontman.svg

Lines changed: 27 additions & 0 deletions
Loading

src/common/OurUsers.res

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,9 @@ let companies = [
189189
url: "https://www.cardoc.co.kr/",
190190
path: "/lp/cardoc.svg",
191191
}),
192+
Logo({
193+
name: "Frontman",
194+
url: "https://frontman.sh",
195+
path: "/lp/frontman.svg",
196+
}),
192197
]

0 commit comments

Comments
 (0)