Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rubanzasilva committed Feb 11, 2024
1 parent 6e102c4 commit 6a0a935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/projects/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function Projects({title,cardContentTitle,cardContentTitleA, card
</CardContent>

<CardActions>
<Button href='https://antelopeclassifier.rubanzasilver.xyz/' target='_blank' size="small">{cardActionsText}</Button>
<Button href='https://rubanzasilva.github.io/antelope-classifier-documentation/' target='_blank' size="small">{cardActionsText}</Button>
<Button href='https://huggingface.co/spaces/silvaKenpachi/antelopeClassifier?logs=build' target='_blank' size="small">{cardActionsTextX}</Button>
</CardActions>
</Card>
Expand Down

0 comments on commit 6a0a935

Please sign in to comment.