Skip to content

Commit 2d3b5d0

Browse files
committed
Revert "Switch to BlueCircle avatar and full lockup hero logo"
This reverts commit 2b15170.
1 parent 2b15170 commit 2d3b5d0

3 files changed

Lines changed: 1 addition & 101 deletions

File tree

.claude/settings.json

Lines changed: 0 additions & 97 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ src/stories/
44
dist/
55
.idea/
66
.DS_Store
7-
.env
8-
zeplin-export/

webpack.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ module.exports = (env) => {
126126
'process.env.OIDC_RP_CLIENT_SECRET': JSON.stringify(env.OIDC_RP_CLIENT_SECRET),
127127
'process.env.ANALYTICS_API': JSON.stringify(env.ANALYTICS_API) || '',
128128
}),
129-
new IgnorePlugin({ resourceRegExp: /moment\/locale\// }),
130-
new IgnorePlugin({ resourceRegExp: /^ocl-analytics-web$/ })
129+
new IgnorePlugin({ resourceRegExp: /moment\/locale\// })
131130
],
132131
resolve: {
133132
extensions: ['.js', '.jsx'],

0 commit comments

Comments
 (0)