Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Aug 2, 2024
1 parent 72e90e7 commit 237c003
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion examples/apps/screenpipe-app-tauri/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ export default function Home() {
<CardHeader>
<CardTitle>Welcome to Screenpipe</CardTitle>
<CardDescription>
Please set your AI provider settings to get started.
Screenpipe should be recording your screen and microphone 24/7
now. Please set your AI provider settings to ask questions about
your data.
</CardDescription>
</CardHeader>
<CardContent>
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/screenpipe-app-tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "screenpipe-app"
version = "0.1.11"
version = "0.1.12"
description = ""
authors = ["you"]
license = ""
Expand Down

0 comments on commit 237c003

Please sign in to comment.