Skip to content

Commit

Permalink
Merge branch 'testing' of https://github.com/rubanzasilva/my-website
Browse files Browse the repository at this point in the history
…into testing
  • Loading branch information
Rubanza Silver committed May 23, 2024
2 parents 65a42f2 + d19a640 commit 970034b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Footer = () => {
{/* <FooterLinkTitle>My Resume</FooterLinkTitle> */}


<FooterLink to="https://d3q0oijmiduzg2.cloudfront.net/rubanzasilver/Silver-Rubanza-Software-Engineer.pdf" target='_blank'>Resume</FooterLink>
<FooterLink to="https://d3q0oijmiduzg2.cloudfront.net/rubanzasilver/Rubanza-Silver-S.E.pdf" target='_blank'>Resume</FooterLink>

</FooterLinkItems>

Expand Down
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 970034b

Please sign in to comment.