Skip to content

Commit

Permalink
feat(form): prevent upload and display of custom logos
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneRifle committed Feb 26, 2024
1 parent 76074d2 commit 8fb1db7
Show file tree
Hide file tree
Showing 3 changed files with 472 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
- name: Move demos contents into local root
run: mv demos/* .
- name: Replace files with demo-specific ones
run: mv replacements/GovtMasthead/* frontend/src/components/GovtMasthead
run: |
mv replacements/GovtMasthead/* frontend/src/components/GovtMasthead && \
mv replacements/FormLogo/* frontend/src/features/public-form/components/FormLogo && \
mv replacements/DesignDrawer/* frontend/src/features/admin-form/create/builder-and-design/BuilderAndDesignDrawer/DesignDrawer
- name: Substitute index.html OG params (delivered by Fly's proxy)
run: |
Expand Down
Loading

0 comments on commit 8fb1db7

Please sign in to comment.