Skip to content

Commit

Permalink
Updated icons
Browse files Browse the repository at this point in the history
  • Loading branch information
dkovacevic committed Apr 25, 2024
1 parent f01c7c1 commit a4906c9
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file modified assets/icon-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 assets/icon-16.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 assets/icon-32.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 assets/icon-64.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 assets/icon-80.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/taskpane/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default class App extends React.Component<AppProps, AppState> {

if (!isOfficeInitialized) {
return (
<Progress title={title} logo={require("./../../../assets/logo-filled.png")} message="Loading in progress..." />
<Progress title={title} logo={require("./../../../assets/icon-128.png")} message="Loading in progress..." />
);
}

Expand Down

0 comments on commit a4906c9

Please sign in to comment.