Skip to content

Commit

Permalink
Add logo to app
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanseddon committed Nov 28, 2024
1 parent f95f41d commit b55cfcd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ function App() {
<>
<div className="flex flex-col h-screen">
<CardHeader>
<CardTitle>FFPrompt</CardTitle>
<CardTitle className="flex gap-1">
<img src="/logo.svg" width="22" />
FFPrompt
</CardTitle>
<CardDescription>
Attach a video file and describe what you want to do in the chat
below.
Expand Down

0 comments on commit b55cfcd

Please sign in to comment.