Skip to content

Commit

Permalink
feat: update logo image name (#13)
Browse files Browse the repository at this point in the history
fixes the broken image on prod because the middleware is preventing access to it πŸ˜…
  • Loading branch information
altaywtf authored Dec 11, 2023
1 parent 089bb25 commit 50667eb
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file added app/apple-icon.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 app/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion components/layout/app-header.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const Authenticated: StoryObj<typeof AppHeader> = {
render: () => (
<AppHeader
user={{
avatarURL: '/beecast.png',
avatarURL: '/logo.png',
credits: 10,
username: 'Mr. Bee',
}}
Expand Down
4 changes: 2 additions & 2 deletions components/layout/app-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ export function AppHeader(props: Props) {
}}
>
<Image
alt="beecast.ai logo"
alt="beecast logo"
height="48"
src="/beecast.png"
src="/logo.png"
style={{ display: 'block' }}
width="48"
/>
Expand Down
File renamed without changes

0 comments on commit 50667eb

Please sign in to comment.