Skip to content

Commit

Permalink
Update ee/tabby-ui/app/(dashboard)/activities/components/activity.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Apr 25, 2024
1 parent 6feae29 commit 09111a6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ export default function Activity() {
<main className="grid flex-1 items-start gap-4 py-4 sm:py-0">
<div className="flex flex-col gap-y-2 xl:flex-row xl:items-center xl:justify-between">
<p className="text-sm text-muted-foreground">
View a log of code completion events. Tracing the progression
from initiation to final insertion.
View raw events generated by team members' activities while interacting with Tabby.
</p>

{!fetching && (
Expand Down

0 comments on commit 09111a6

Please sign in to comment.