Skip to content

Commit

Permalink
Update Bluesky handle
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Nov 1, 2024
1 parent 8991b30 commit 92f5224
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org).

## [7.11.4] - 2024-11-01
### Added
* *Nothing*

### Changed
* *Nothing*

### Deprecated
* *Nothing*

### Removed
* *Nothing*

### Fixed
* Update Bluesky handle


## [7.11.3] - 2024-10-17
### Added
* *Nothing*
Expand Down
2 changes: 1 addition & 1 deletion src/components/SocialList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const SocialList: FC<SocialListProps> = ({ type, className }) => (
</ExternalLink>
</li>
<li className="list-inline-item">
<ExternalLink href="https://bsky.app/profile/shlinkio.bsky.social" title="Bluesky" aria-label="Bluesky">
<ExternalLink href="https://bsky.app/profile/shlink.io" title="Bluesky" aria-label="Bluesky">
<FontAwesomeIcon icon={faBluesky} fixedWidth />
</ExternalLink>
</li>
Expand Down

0 comments on commit 92f5224

Please sign in to comment.