add new functionality in agent dashboard
This commit is contained in:
@@ -171,7 +171,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
const titleText = "Grafin Ventures Transaction Report";
|
||||
|
||||
const logo = new Image();
|
||||
logo.src = '/asset/images/new_logo.jpeg';
|
||||
logo.src = '/asset/images/new_logo2.jpg';
|
||||
logo.onload = () => addContent();
|
||||
logo.onerror = () => addContent();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user