Skip to content

Commit cd43958

Browse files
committed
fix(links): update linkedin company url
1 parent c1979a2 commit cd43958

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/components/ContactLauncher.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const {
1010
const email = "hello@rocketdeploy.dev";
1111
const freelancerUrl = "https://www.freelancer.com/u/D4m1an0101";
1212
const upworkUrl = "https://www.upwork.com/freelancers/~01295f472444d6c9b2";
13-
const linkedinUrl = "https://www.linkedin.com/showcase/rocketdeploy-dev";
13+
const linkedinUrl = "https://www.linkedin.com/company/rocketdeploy-company";
1414
1515
const t = {
1616
pl: {

src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const text = lang === "pl"
4242
</a>
4343

4444
<a
45-
href="https://www.linkedin.com/showcase/rocketdeploy-dev"
45+
href="https://www.linkedin.com/company/rocketdeploy-company"
4646
target="_blank"
4747
rel="noreferrer"
4848
>

src/pages/en/contact.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ import BaseLayout from "../../layouts/BaseLayout.astro";
113113

114114
<a
115115
class="card"
116-
href="https://www.linkedin.com/showcase/rocketdeploy-dev"
116+
href="https://www.linkedin.com/company/rocketdeploy-company"
117117
target="_blank"
118118
rel="noreferrer"
119119
style="border-bottom:none;"

src/pages/pl/kontakt.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ import BaseLayout from "../../layouts/BaseLayout.astro";
112112

113113
<a
114114
class="card"
115-
href="https://www.linkedin.com/showcase/rocketdeploy-dev"
115+
href="https://www.linkedin.com/company/rocketdeploy-company"
116116
target="_blank"
117117
rel="noreferrer"
118118
style="border-bottom:none;"

0 commit comments

Comments
 (0)