Skip to content

Commit

Permalink
fxi: a link in pipe store
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Aug 27, 2024
1 parent b36bc2b commit 4e0b6ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/apps/screenpipe-app-tauri/components/pipe-store.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ const PipeDialog: React.FC = () => {
by:{" "}
<a
href={selectedPipe.authorLink}
target="_blank"
rel="noopener noreferrer"
className="text-blue-500 hover:underline"
>
{selectedPipe.author}
Expand All @@ -188,6 +190,8 @@ const PipeDialog: React.FC = () => {
<a
href={selectedPipe.repository}
className="text-blue-500 hover:underline"
target="_blank"
rel="noopener noreferrer"
>
link
</a>
Expand All @@ -197,6 +201,8 @@ const PipeDialog: React.FC = () => {
<a
href={selectedPipe.repository}
className="text-blue-500 hover:underline"
target="_blank"
rel="noopener noreferrer"
>
{formatDate(selectedPipe.lastUpdate)}
</a>
Expand Down

0 comments on commit 4e0b6ae

Please sign in to comment.