MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / getLogo

Function getLogo

web/src/helpers/utils.js:35–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35export function getLogo() {
36 let logo = localStorage.getItem('logo');
37 if (!logo) return '/logo.png';
38 return logo;
39}
40
41export function getUserIdFromLocalStorage() {
42 let user = localStorage.getItem('user');

Callers 8

HeaderBarFunction · 0.90
Footer.jsFile · 0.90
PageLayout.jsFile · 0.90
RegisterForm.jsFile · 0.90
LoginForm.jsFile · 0.90
index.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected