Skip to content

Commit

Permalink
feat(Illustrations): partner space (#4184)
Browse files Browse the repository at this point in the history
* feat(Illustrations): partner space

* chore(illustrations): automatic export update

---------

Co-authored-by: Fabien Hébert <fhebert@scaleway.com>
Co-authored-by: fabienhebert <fabienhebert@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 3, 2024
1 parent 38b1f0e commit a69284b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/big-foxes-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ultraviolet/illustrations": minor
---

Add `PartnerSpace` illustration
3 changes: 2 additions & 1 deletion packages/illustrations/src/assets/various/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ import * as documentation from './documentation'
import * as empty from './empty'
import * as feedback from './feedback'
import * as onboarding from './onboarding'
import * as people from './people'

export { onboarding, feedback, empty, documentation }
export { onboarding, feedback, empty, documentation, people }
10 changes: 10 additions & 0 deletions packages/illustrations/src/assets/various/people/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/**
* This file is automatically generated from /scripts/illustrations/uploadIllustrations.js
* PLEASE DO NOT EDIT HERE
*/

const BASE_URL = 'https://ultraviolet.s3.fr-par.scw.cloud/illustrations'

const partnerProgram = `${BASE_URL}/various/people/partnerProgram.webp`

export { partnerProgram }
Binary file not shown.

0 comments on commit a69284b

Please sign in to comment.