Skip to content

Commit

Permalink
v1
Browse files Browse the repository at this point in the history
  • Loading branch information
asilvafx committed Dec 24, 2024
1 parent 63ee431 commit 53b482d
Show file tree
Hide file tree
Showing 30 changed files with 2 additions and 16 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions app/views/setup/routes/post/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@
$site->color_dark_secondary = '#272c34';
$site->color_light_secondary = '#f9fafb';

$logoPath = 'public/assets/img/icon.png';
$logoPath = 'public/assets/logo/favicon.png';
if(!empty($siteLogo)){
$uploadedLogo = $utils->uploadFile($file, 'public/assets/img/');
if (!$uploadedLogo) {
$response->json('error', 'Failed to upload logo file.');
exit;
} else {
$logoPath = $uploadedLogo;
$logoPath = $uploadedLogo;
}
}

Expand Down
Binary file added public/assets/logo/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/manifest/.original
Binary file not shown.
1 change: 0 additions & 1 deletion public/manifest/.settings

This file was deleted.

Binary file removed public/manifest/android-chrome-144x144.png
Binary file not shown.
Binary file removed public/manifest/android-chrome-192x192.png
Binary file not shown.
Binary file removed public/manifest/android-chrome-36x36.png
Binary file not shown.
Binary file removed public/manifest/android-chrome-48x48.png
Binary file not shown.
Binary file removed public/manifest/android-chrome-72x72.png
Binary file not shown.
Binary file removed public/manifest/android-chrome-96x96.png
Binary file not shown.
Binary file removed public/manifest/apple-touch-icon-114x114.png
Binary file not shown.
Binary file removed public/manifest/apple-touch-icon-120x120.png
Binary file not shown.
Binary file removed public/manifest/apple-touch-icon-144x144.png
Binary file not shown.
Binary file removed public/manifest/apple-touch-icon-152x152.png
Binary file not shown.
Binary file removed public/manifest/apple-touch-icon-180x180.png
Binary file not shown.
Binary file removed public/manifest/apple-touch-icon-57x57.png
Binary file not shown.
Binary file removed public/manifest/apple-touch-icon-60x60.png
Binary file not shown.
Binary file removed public/manifest/apple-touch-icon-72x72.png
Binary file not shown.
Binary file removed public/manifest/apple-touch-icon-76x76.png
Binary file not shown.
12 changes: 0 additions & 12 deletions public/manifest/browserconfig.xml

This file was deleted.

Binary file removed public/manifest/favicon-16x16.png
Binary file not shown.
Binary file removed public/manifest/favicon-32x32.png
Binary file not shown.
Binary file removed public/manifest/favicon-96x96.png
Binary file not shown.
1 change: 0 additions & 1 deletion public/manifest/manifest.json

This file was deleted.

Binary file removed public/manifest/mstile-144x144.png
Binary file not shown.
Binary file removed public/manifest/mstile-150x150.png
Binary file not shown.
Binary file removed public/manifest/mstile-310x150.png
Binary file not shown.
Binary file removed public/manifest/mstile-310x310.png
Binary file not shown.
Binary file removed public/manifest/mstile-70x70.png
Binary file not shown.

0 comments on commit 53b482d

Please sign in to comment.