Skip to content

feat: replace twitter with x #389

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

Merged

Conversation

LoganDupont
Copy link
Contributor

@LoganDupont LoganDupont commented Apr 9, 2025

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

What is the current behavior?

Use of twitter keyword in codebase and twitter logo

Issue Number: 386

What is the new behavior?

Use of x keyword in codebase and x logo

Does this PR introduce a breaking change?

  • Yes
  • No

There are changes in the openApi yaml where property twitterUrl changed to xUrl

Other information

Copy link

netlify bot commented Apr 9, 2025

Deploy Preview for angular-hub ready!

Name Link
🔨 Latest commit 2bca8bb
🔍 Latest deploy log https://app.netlify.com/sites/angular-hub/deploys/67f902312a59f500080336d8
😎 Deploy Preview https://deploy-preview-389--angular-hub.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 configuration.

@LoganDupont LoganDupont force-pushed the feat/replace_twitter branch from ab3b5e9 to 2bca8bb Compare April 11, 2025 11:51
@geromegrignon geromegrignon merged commit 2cebe80 into angular-sanctuary:main Apr 13, 2025
5 checks passed
@geromegrignon
Copy link
Contributor

Thanks @LoganDupont !

@@ -31,7 +31,7 @@ export const routeMeta: RouteMeta = {
content: '/api/v1/og-image',
},
{
name: 'twitter:image',
name: 'x:image',
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this one needs to remain as twitter as its the original metatag. There's no meta tag for x. Same in other places below.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Indeed, what you said is correct. Seems that I replaced to much of it. I will fix it in a new PR. Thanks for notifying me!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should be fixed in #390

@LoganDupont LoganDupont deleted the feat/replace_twitter branch April 23, 2025 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants