Skip to content

Commit

Permalink
fix: Renaming image type
Browse files Browse the repository at this point in the history
  • Loading branch information
NyctibiusVII committed Dec 15, 2023
1 parent ed6ad24 commit 9b7b74b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ Check [Keep a Changelog](https://keepachangelog.com/pt-BR/1.0.0/) for recommenda
### Added
- Content not changed `index.html`

## [0.3.4] - 2023-12-15
## [0.3.4, 0.4.5] - 2023-12-15
### Added
- Background `public/assets/background.svg`
- Background `public/assets/background.jpeg`
- Full white logo `public/assets/logo-icon-full-white.svg`
### Changed
- Logo colored `public/assets/logo-icon.svg`
Expand All @@ -45,3 +45,8 @@ Check [Keep a Changelog](https://keepachangelog.com/pt-BR/1.0.0/) for recommenda
- Add `.temp` in `.gitignore`
- Add `.html` in `.editorconfig`
- Restructuring the logo image in `index.html`
---
### Removed
- `public/assets/background.jpg`
### Added
- Content not changed `public/assets/background.jpeg`
File renamed without changes
2 changes: 1 addition & 1 deletion src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ body {
width: 100vw;
height: 100vh;

background-image: url("/public/assets/background.jpg");
background-image: url("/public/assets/background.jpeg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
Expand Down

0 comments on commit 9b7b74b

Please sign in to comment.