Skip to content

Commit

Permalink
Merge pull request #89 from DFE-Digital/feature/accordion-component
Browse files Browse the repository at this point in the history
Create Accordion Component
  • Loading branch information
jack-coggin authored Jun 18, 2024
2 parents 32ac0d3 + 113c576 commit 66ebdad
Show file tree
Hide file tree
Showing 24 changed files with 1,298 additions and 28,808 deletions.
2 changes: 1 addition & 1 deletion src/Dfe.ContentSupport.Web.Node/esbuild.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ await esbuild.build({

//Copy assets
//DFE
const dfeDir = "./node_modules/dfe-frontend-alpha/packages/assets";
const dfeDir = "./node_modules/dfe-frontend/packages/assets";
readdirSync(dfeDir).forEach((file) => {
if (file.indexOf(".png") == -1) {
return;
Expand Down
Loading

0 comments on commit 66ebdad

Please sign in to comment.