Skip to content

Update contact info#31

Merged
DennisOSRM merged 1 commit intomasterfrom
update_contact_info
Apr 10, 2026
Merged

Update contact info#31
DennisOSRM merged 1 commit intomasterfrom
update_contact_info

Conversation

@DennisOSRM
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings April 10, 2026 13:39
@DennisOSRM DennisOSRM merged commit e703cd7 into master Apr 10, 2026
2 checks passed
@DennisOSRM DennisOSRM deleted the update_contact_info branch April 10, 2026 13:39
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates OSRM’s “Get in Touch” section to reflect current community contact channels and updates the corresponding social icon sprite.

Changes:

  • Replaces the IRC link with a Discord invite link.
  • Replaces the Twitter link with a Mastodon profile link.
  • Updates the third social icon in social_icons.svg to match the new social link.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
index.html Updates the displayed social/contact links in the “Get in Touch” section.
images/social_icons.svg Replaces the third icon glyph in the social icons sprite.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread index.html
Comment on lines 66 to 70
<div class='col2 hide-mobile '>
<div class='social-icons social3-icon'></div>
</div>
<div class='col9 margin1'><a href='https://twitter.com/ProjectOSRM'>Twitter</a></div>
<div class='col9 margin1'><a href='https://en.osm.town/@osrm'>Mastodon</a></div>
</div>
Copy link

Copilot AI Apr 10, 2026

Choose a reason for hiding this comment

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

There appears to be an extra closing in this social link row. After the col9 link div closes, another is emitted, which makes the DOM nesting invalid and can break layout. Remove the stray closing tag or adjust the nesting so the row has balanced open/close tags.

Copilot uses AI. Check for mistakes.
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.

2 participants