Skip to content

Commit

Permalink
Add background color to navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan committed Jul 15, 2023
1 parent 11c6d2b commit 9de8645
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 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.3.0]: https://github.com/AivGitHub/koldakov/releases/tag/v0.3.0
[0.2.0]: https://github.com/AivGitHub/koldakov/releases/tag/v0.2.0
[0.1.0]: https://github.com/AivGitHub/koldakov/releases/tag/v0.1.0
[0.0.6]: https://github.com/AivGitHub/koldakov/releases/tag/v0.0.6
Expand All @@ -13,6 +14,13 @@ 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.3.0] - 2023-07-15

### Added

- Fix navbar to top.
- Add background color to navbar.

## [0.2.0] - 2023-07-12

### Added
Expand Down
1 change: 1 addition & 0 deletions src/components/NavbarHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const NavbarHeader = () => {
return(
<Navbar
sticky="top"
className="bg-body-tertiary"
>
<Container>
<Navbar.Brand
Expand Down

0 comments on commit 9de8645

Please sign in to comment.