Skip to content

Commit

Permalink
pieces
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Nov 27, 2023
1 parent 6dc4ece commit 9a5d012
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,13 +188,13 @@ export const RepositoriesCard: FC = () => {
return (
<Card variant="outlined">
<CardHeader
title="Repositories"
title="Pieces Repositories"
titleTypographyProps={{ variant: "h6" }}
/>
<CardContent>
<Box>
<Typography variant="subtitle1" sx={{ mb: 1 }}>
Add repository by URL. To discover available Pieces repositories, visit the <a href="https://domino-workflows.io/gallery" target="_blank" rel="noopener noreferrer">Pieces gallery</a>.
Add Pieces repository by URL. To discover available Pieces repositories, visit the <a href="https://domino-workflows.io/gallery" target="_blank" rel="noopener noreferrer">Pieces gallery</a>.
</Typography>
<TextField
value={url}
Expand Down

0 comments on commit 9a5d012

Please sign in to comment.