Skip to content

Commit

Permalink
Fix logo
Browse files Browse the repository at this point in the history
  • Loading branch information
wlongabaugh committed Oct 23, 2023
1 parent 04156d5 commit 18c59cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idc-assets/app-config-template.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ window.config = {
href: '_X___IDC__LOGO__LINK___Y_',
},
React.createElement('img', {
src: '/assets/idc.svg',
src: 'IDC-Logo-WHITE.svg',
className: 'w-14 h-14',
})
);
Expand Down

0 comments on commit 18c59cb

Please sign in to comment.