Skip to content

Commit

Permalink
chore: rename neve-fse references
Browse files Browse the repository at this point in the history
  • Loading branch information
HardeepAsrani committed Feb 19, 2025
1 parent 6ff665c commit fadfc80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion assets/js/src/welcome-notice.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ function handleWelcomeNotice( $ ) {
otterStatus,
} = churchFSEData;

const installBtn = $( '.church-fse-welcome-notice #church-fse-install-otter' );
const installBtn = $(
'.church-fse-welcome-notice #church-fse-install-otter'
);
const dismissBtn = $( '.church-fse-welcome-notice .notice-dismiss' );
const notice = $( '.church-fse-welcome-notice' );
const installText = installBtn.find( '.text' );
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3696,9 +3696,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001400, caniuse-lite@^1.0.30001426:
version "1.0.30001436"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001436.tgz#22d7cbdbbbb60cdc4ca1030ccd6dea9f5de4848b"
integrity sha512-ZmWkKsnC2ifEPoWUvSAIGyOYwT+keAaaWPHiQ9DfMqS1t6tfuyFYoWR78TeZtznkEQ64+vGXH9cZrElwR2Mrxg==
version "1.0.30001700"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001700.tgz"
integrity sha512-2S6XIXwaE7K7erT8dY+kLQcpa5ms63XlRkMkReXjle+kf6c5g38vyMl+Z5y8dSxOFDhcFe+nxnn261PLxBSQsQ==

capital-case@^1.0.4:
version "1.0.4"
Expand Down

0 comments on commit fadfc80

Please sign in to comment.