Skip to content

Commit

Permalink
Merge pull request #631 from the-hideout/disable-banner
Browse files Browse the repository at this point in the history
disable the alert banner
  • Loading branch information
GrantBirki authored Aug 17, 2023
2 parents 78e10e8 + 2cac4b1 commit d7b2da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/menu/alert-config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const alertConfig = {
// set this bool if the site alert should be enabled or not
alertEnabled: true,
alertEnabled: false,

// valid alert colors
alertColors: {
Expand Down

0 comments on commit d7b2da8

Please sign in to comment.