Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Code cleanup customization #13

Merged
merged 6 commits into from
Nov 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update logo
  • Loading branch information
sggerard committed Nov 16, 2024
commit 96a6161fb06427184a4dc2d31851495fc351c368
Binary file removed cms/public/uploads/BCID_V_rgb_pos_505fb1dc33.png
Binary file not shown.
5 changes: 5 additions & 0 deletions cms/src/admin/app.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import MenuLogo from "../extensions/BC_Logo.png";

export default {
config: {
locales: [
@@ -42,6 +44,9 @@ export default {
"app.components.HomePage.welcomeBlock.content.again": "To edit content select 'Content Manager' from the left menu.",
}
},
menu: { // Replace the Strapi logo in the main navigation
logo: MenuLogo,
},
},

bootstrap(app) {
File renamed without changes
Loading