Skip to content

Commit

Permalink
Logo swap (#6022)
Browse files Browse the repository at this point in the history
Swapping out our logos in a number of places:
• the projects page (dark and light)
• the projects page favicon
• the editor loading visual (dark and light)
• the editor favicon
• the images in the default empty project (these should be updated once
this PR is merged to master, because they come from
'https://github.com/concrete-utopia/utopia/blob/master/editor/resources/editor/[email protected]?raw=true')

<img width="530" alt="Screenshot 2024-06-21 at 1 21 00 PM"
src="https://github.com/concrete-utopia/utopia/assets/47405698/51155213-dd76-475a-9226-52c38d22b825">
<img width="306" alt="Screenshot 2024-06-21 at 1 21 48 PM"
src="https://github.com/concrete-utopia/utopia/assets/47405698/07b3cd56-a999-472e-88b1-4f6b53c7f632">
  • Loading branch information
lankaukk authored Jun 21, 2024
1 parent e0b6c59 commit fb97107
Show file tree
Hide file tree
Showing 20 changed files with 5 additions and 5 deletions.
Binary file modified editor/resources/editor/icons/favicons/favicon-128.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 modified editor/resources/editor/icons/favicons/favicon-192.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 modified editor/resources/editor/pyramid_dark.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 editor/resources/editor/[email protected]
Binary file not shown.
Binary file added editor/resources/editor/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified editor/resources/editor/pyramid_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions editor/src/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link
rel="icon"
type="image/png"
href="<%- UTOPIA_DOMAIN %>/editor/icons/favicons/favicon-192.png?hash=<%- UTOPIA_SHA %>"
href="<%- UTOPIA_DOMAIN %>/editor/icons/favicons/favicon-128.png?hash=<%- UTOPIA_SHA %>"
/>
<link
rel="preload"
Expand Down Expand Up @@ -154,13 +154,13 @@
>
<img
src="<%- UTOPIA_DOMAIN %>/editor/pyramid_dark.png?hash=<%- UTOPIA_SHA %>"
height="128px"
height="78px"
alt="Utopia Logo"
class="utopia-logo-pyramid dark"
/>
<img
src="<%- UTOPIA_DOMAIN %>/editor/pyramid_light.png?hash=<%- UTOPIA_SHA %>"
height="128px"
height="78px"
alt="Utopia Logo"
class="utopia-logo-pyramid light"
/>
Expand Down
4 changes: 2 additions & 2 deletions utopia-remix/app/routes/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,8 @@ const Sidebar = React.memo(({ user }: { user: UserDetails }) => {
<div
style={{
height: 40,
width: 30,
backgroundSize: '30px',
width: 40,
backgroundSize: '40px',
backgroundRepeat: 'no-repeat',
backgroundImage: logoPic,
}}
Expand Down
Binary file modified utopia-remix/public/assets/pyramid_dark.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 modified utopia-remix/public/assets/pyramid_light.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 utopia-remix/public/favicon copy.ico
Binary file not shown.
Binary file removed utopia-remix/public/favicon-128.png
Binary file not shown.
Binary file removed utopia-remix/public/favicon-152.png
Binary file not shown.
Binary file removed utopia-remix/public/favicon-167.png
Binary file not shown.
Binary file removed utopia-remix/public/favicon-16x16.png
Binary file not shown.
Binary file removed utopia-remix/public/favicon-180.png
Binary file not shown.
Binary file removed utopia-remix/public/favicon-192.png
Binary file not shown.
Binary file removed utopia-remix/public/favicon-32.png
Binary file not shown.
Binary file removed utopia-remix/public/favicon-32x32.png
Binary file not shown.
Binary file modified utopia-remix/public/favicon.ico
Binary file not shown.

0 comments on commit fb97107

Please sign in to comment.