Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: social links of ambassadors are not redirecting to correct link #1581 #1583

Merged
merged 3 commits into from
Apr 22, 2023

Conversation

777Prabhjot
Copy link
Contributor

Hey issue is solved please check it out

@netlify
Copy link

netlify bot commented Apr 15, 2023

Deploy Preview for asyncapi-website ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 3a119d9
🔍 Latest deploy log https://app.netlify.com/sites/asyncapi-website/deploys/644362c6b430bc0008bdd668
😎 Deploy Preview https://deploy-preview-1583--asyncapi-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

@github-actions
Copy link

github-actions bot commented Apr 15, 2023

⚡️ Lighthouse report for the changes in this PR:

Category Score
🔴 Performance 49
🟠 Accessibility 88
🟢 Best practices 100
🟢 SEO 100
🔴 PWA 30

Lighthouse ran on https://deploy-preview-1583--asyncapi-website.netlify.app/

@777Prabhjot 777Prabhjot changed the title fixed social links of ambassadors are not redirecting to correct link #1581 fix: social links of ambassadors are not redirecting to correct link #1581 Apr 15, 2023
@@ -161,23 +161,23 @@ function Index() {
<div className="p-2 text-sm">{ambassador.bio}</div>
<div className="border-t p-2 flex">
<a
href={`https://www.twitter.com/${ambassador.twitterUrl}`}
href={`${ambassador.twitterUrl}`}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
href={`${ambassador.twitterUrl}`}
href={ambassador.twitterUrl}

target="_blank"
rel="noreferrer"
className="underline"
>
Twitter ↗
</a>
<a
href={`https://www.github.com/${ambassador.githubUrl}`}
href={`${ambassador.githubUrl}`}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
href={`${ambassador.githubUrl}`}
href={ambassador.githubUrl}

target="_blank"
rel="noreferrer"
className="underline ml-3"
>
Github ↗
</a>
<a
href={`https://www.linkedin.com/in/${ambassador.linkedinUrl}`}
href={`${ambassador.linkedinUrl}`}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
href={`${ambassador.linkedinUrl}`}
href={ambassador.linkedinUrl}

@777Prabhjot
Copy link
Contributor Author

@akshatnema done

@akshatnema
Copy link
Member

/rtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants