Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docfiles/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<div class="ui horizontal link list">
<a
class="item"
href="https://twitter.com/intent/follow?screen_name=MsMakeCode"
title="Follow us on Twitter"
href="https://x.com/MsMakeCode"
title="Follow us on X"
Comment on lines +6 to +7
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
href="https://x.com/MsMakeCode"
title="Follow us on X"
href="https://x.com/intent/follow?screen_name=MsMakeCode"
title="Follow us on X"

missed this pr before but it looks like the intent/follow is still working on my end? goes to a sign in screen if not logged in, but ends up at a modal overlaid over msmakecode that has follow option.

looks like even if not signed in x.com/MsMakeCode is fine though, so okay either way -- suggested change retains current behavior / as written works better for non signed in users

target="_blank"
rel="noopener">
<i class="huge icon twitter"></i>
Expand Down
Loading