We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53cd81c commit 305a8a7Copy full SHA for 305a8a7
src/components/ContactLauncher.astro
@@ -9,7 +9,7 @@ const {
9
10
const email = "hello@rocketdeploy.dev";
11
const freelancerUrl = "https://www.freelancer.com/u/D4m1an0101";
12
-const linkedinUrl = "https://www.linkedin.com/in/profile_name/";
+const linkedinUrl = "https://www.linkedin.com/showcase/rocketdeploy-dev";
13
14
const t = {
15
pl: {
src/components/Footer.astro
@@ -42,9 +42,9 @@ const text = lang === "pl"
42
</a>
43
44
<a
45
- href="#"
46
- aria-disabled="true"
47
- style="opacity:.65; border-bottom: none;"
+ href="https://www.linkedin.com/showcase/rocketdeploy-dev"
+ target="_blank"
+ rel="noreferrer"
48
>
49
LinkedIn
50
0 commit comments