Skip to content

Commit

Permalink
[AIDAPP-315]: Update the Canyon GBS logo for Aiding App (#293)
Browse files Browse the repository at this point in the history
* Update the Canyon GBS logo for Aiding App

* worked on PR review changes

* worked on PR Review
  • Loading branch information
ketan-canyon authored Oct 23, 2024
1 parent ec9e612 commit 387c64a
Show file tree
Hide file tree
Showing 8 changed files with 89 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function show(): JsonResponse
absolute: false,
)
),
'footer_logo' => Vite::asset('resources/images/canyon-logo-light.png'),
'footer_logo' => Vite::asset('resources/svg/CGBS_Logo_FullColor_Light.svg'),
]);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function view(Request $request, ServiceRequest $serviceRequest): JsonResp
'app_name' => config('app.name'),
'has_enabled_csat' => $serviceRequest->priority?->type?->has_enabled_csat,
'has_enabled_nps' => $serviceRequest->priority?->type?->has_enabled_nps,
'footer_logo' => Vite::asset('resources/images/canyon-logo-light.png'),
'footer_logo' => Vite::asset('resources/svg/CGBS_Logo_FullColor_Light.svg'),
'primary_color' => Color::all()[$portalSettings->knowledge_management_portal_primary_color ?? 'blue'],
'rounding' => $portalSettings->knowledge_management_portal_rounding,
'service_request_title' => $serviceRequest->title,
Expand Down
2 changes: 1 addition & 1 deletion portals/knowledge-management/src/Components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<template>
<div class="flex w-full flex-col bg-white">
<div class="mt-4 flex w-full justify-center">
<img class="block h-5" :src="logo" alt="Aiding App Logo" />
<img class="block h-7" :src="logo" alt="Aiding App Logo" />
</div>

<div class="flex w-full justify-center pb-4 pt-2">
Expand Down
Binary file removed resources/images/canyon-logo-dark.png
Binary file not shown.
Binary file removed resources/images/canyon-logo-light.png
Binary file not shown.
41 changes: 41 additions & 0 deletions resources/svg/CGBS_Logo_FullColor_Dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 387c64a

Please sign in to comment.