Skip to content

Commit 305a8a7

Browse files
committed
fix: update LinkedIn URL in ContactLauncher and Footer components
1 parent 53cd81c commit 305a8a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/ContactLauncher.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const {
99
1010
const email = "hello@rocketdeploy.dev";
1111
const freelancerUrl = "https://www.freelancer.com/u/D4m1an0101";
12-
const linkedinUrl = "https://www.linkedin.com/in/profile_name/";
12+
const linkedinUrl = "https://www.linkedin.com/showcase/rocketdeploy-dev";
1313
1414
const t = {
1515
pl: {

src/components/Footer.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ const text = lang === "pl"
4242
</a>
4343

4444
<a
45-
href="#"
46-
aria-disabled="true"
47-
style="opacity:.65; border-bottom: none;"
45+
href="https://www.linkedin.com/showcase/rocketdeploy-dev"
46+
target="_blank"
47+
rel="noreferrer"
4848
>
4949
LinkedIn
5050
</a>

0 commit comments

Comments
 (0)