Skip to content

Commit

Permalink
128x128 logo size
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarr committed Nov 2, 2024
1 parent 35e2cda commit b02a896
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<!-- viewer ui start -->
<div class="viewer-header-wrapper">
<button class="viewer-logo-start-editor-button" onclick="startEditor()">
<img class="viewer-logo-img" alt="3DStreet Viewer" src="ui_assets/3DSt-stacked-icon.png">
<img class="viewer-logo-img" alt="3DStreet Viewer" src="ui_assets/3D-St-stacked-128.png">
</button>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/editor/components/components/Logo/Logo.component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import styles from './Logo.module.scss';
const Logo = ({ onToggleEdit, isEditor }) => (
<div className={styles.wrapper}>
<div className={styles.logo} id="logoImg">
<img src="ui_assets/3DSt-stacked-icon.png" alt="3DStreet Logo" />
<img src="ui_assets/3D-St-stacked-128.png" alt="3DStreet Logo" />
</div>
<Button onClick={onToggleEdit} className={styles.btn} variant="toolbtn">
{isEditor ? 'Enter Viewer mode' : 'Enter Editor mode'}
Expand Down
Binary file added ui_assets/3D-St-stacked-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 removed ui_assets/3DSt-stacked-icon.png
Binary file not shown.

0 comments on commit b02a896

Please sign in to comment.