Skip to content

Commit

Permalink
feat(ui): add favicon (#2314)
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfung authored May 31, 2024
1 parent 7251cb8 commit adcf8f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ee/tabby-ui/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export const metadata: Metadata = {
themeColor: [
{ media: '(prefers-color-scheme: light)', color: 'white' },
{ media: '(prefers-color-scheme: dark)', color: 'black' }
]
],
icons: '/favicon.ico'
}

interface RootLayoutProps {
Expand Down
Binary file added ee/tabby-ui/public/favicon.ico
Binary file not shown.

0 comments on commit adcf8f7

Please sign in to comment.