This commit is contained in:
notCharles 2025-11-08 15:10:49 -05:00
parent a725029e37
commit 9f63954208

View File

@ -29,6 +29,6 @@ class AppLogoSchema implements AvatarSchemaInterface
return url($logo); return url($logo);
} }
return '/pelican.svg'; return url('/pelican.svg');
} }
} }