Skip to content

Commit

Permalink
Merge pull request #227 from canyongbs/bugfix/AIDAPP-242
Browse files Browse the repository at this point in the history
[AIDAPP-242] & [AIDAPP-243] & [AIDAPP-244]: Fix portal rendering issues
  • Loading branch information
Orrison authored Aug 30, 2024
2 parents caefef9 + c992a77 commit a7466dd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public function show(): JsonResponse
'layout' => $settings->knowledge_management_portal_layout ?? PortalLayout::Full,
'header_logo' => $logo ? $logo->getTemporaryUrl(
expiration: now()->addMinutes(5),
conversionName: 'logo-height-250px',
) : url(Vite::asset('resources/images/default-logo-light.png')),
'favicon' => $favicon?->getTemporaryUrl(
expiration: now()->addMinutes(5),
Expand Down

0 comments on commit a7466dd

Please sign in to comment.