Skip to content

Commit

Permalink
Update instagram url
Browse files Browse the repository at this point in the history
  • Loading branch information
koldakov committed Mar 13, 2024
1 parent 907a26d commit 00f6acf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[0.8.1]: https://github.com/AivGitHub/koldakov/releases/tag/v0.8.1
[0.8.0]: https://github.com/AivGitHub/koldakov/releases/tag/v0.8.0
[0.7.1]: https://github.com/AivGitHub/koldakov/releases/tag/v0.7.1
[0.7.0]: https://github.com/AivGitHub/koldakov/releases/tag/v0.7.0
Expand All @@ -20,6 +21,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
[0.0.2]: https://github.com/AivGitHub/koldakov/releases/tag/v0.0.2
[0.0.1]: https://github.com/AivGitHub/koldakov/releases/tag/v0.0.1

## [0.8.1] - 2024-03-13

### Updated

- Instagram URL link.

## [0.8.0] - 2024-01-23

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/components/NavbarHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const NavbarHeader = () => {
</Nav.Item>
<Nav.Item>
<Nav.Link
href="https://instagram.com/its_baiter"
href="https://instagram.com/ikoldakov"
target="_blank"
>
<AiFillInstagram
Expand Down

0 comments on commit 00f6acf

Please sign in to comment.