File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
packages/create-tbk-app/templates
bullboard/src/plugins/bullboard Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 < nav >
2020 < div class ="logo ">
2121 < img
22- src ="/assets/images /logo.png "
22+ src ="https://raw.githubusercontent.com/muneebhashone/typescript-backend-toolkit/main /logo.png "
2323 alt ="TypeScript Backend Toolkit Logo "
2424 />
2525 </ div >
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ export const bullboardPlugin: PluginFactory<BullboardOptions> = (
7878 uiConfig: {
7979 boardTitle: 'Queues Manager',
8080 boardLogo: {
81- path: '/assets/images /logo.png',
81+ path: 'https://raw.githubusercontent.com/muneebhashone/typescript-backend-toolkit/main /logo.png',
8282 width: '30px',
8383 height: '30px',
8484 },
Original file line number Diff line number Diff line change 1919 < nav >
2020 < div class ="logo ">
2121 < img
22- src ="/assets/images /logo.png "
22+ src ="https://raw.githubusercontent.com/muneebhashone/typescript-backend-toolkit/main /logo.png "
2323 alt ="TypeScript Backend Toolkit Logo "
2424 />
2525 </ div >
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ export const bullboardPlugin: PluginFactory<BullboardOptions> = (
7878 uiConfig : {
7979 boardTitle : 'Queues Manager' ,
8080 boardLogo : {
81- path : '/assets/images /logo.png' ,
81+ path : 'https://raw.githubusercontent.com/muneebhashone/typescript-backend-toolkit/main /logo.png' ,
8282 width : '30px' ,
8383 height : '30px' ,
8484 } ,
You can’t perform that action at this time.
0 commit comments