Skip to content

Commit

Permalink
Update GitHub links in contact component and profile data for consist…
Browse files Browse the repository at this point in the history
…ency
  • Loading branch information
robsonalvesdev committed Nov 26, 2024
1 parent 16ca0ee commit 28b5e6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/app/components/pages/contact/contact.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h4 class="alert-heading">{{ profiles.name }}</h4>
><i class="bi bi-github" style="font-size: 35px"></i
></a>
<a
href="https://github.com/robsonalvesdev/robsonalvesdevbr-angular17"
href="https://github.com/robsonalvesdevbr/robsonalvesdevbr-angular"
aria-label="GitHub"
class="btn"
target="_blank"
Expand All @@ -88,14 +88,14 @@ <h4 class="alert-heading">{{ profiles.name }}</h4>
</div>
<div class="d-inline" style="font-size: 14px">
<a
href="https://github.com/robsonalvesdev/robsonalvesdevbr-angular"
href="https://github.com/robsonalvesdevbr/robsonalvesdevbr-angular"
aria-label="Alura"
class="text-muted text-decoration-none"
target="_blank"
rel="noopener noreferrer"
[appGoogleAnalytics]="{ eventName: 'click_githubpage', category: 'link_contact', label: 'githubpage', logType: 'link' }"
aria-label="Visite o repositório do GitHub"
>https://github.com/robsonalvesdev/robsonalvesdevbr-angular</a
>https://github.com/robsonalvesdevbr/robsonalvesdevbr-angular</a
>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/app/data/Profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export const Profile: IProfile = {
['WebSite', 'https://www.robsonalves.dev.br'],
['LinkedIn', 'https://www.linkedin.com/in/robson-curitiba'],
['Instagram', 'https://www.instagram.com/robsondesenvolvimento'],
['GitHub', 'https://github.com/robsonalvesdev'],
['GitHub', 'https://github.com/robsonalvesdevbr'],
]),
}

0 comments on commit 28b5e6c

Please sign in to comment.