Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Jan 1, 2024
1 parent b5d8e4a commit e8be537
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## 2024-01-01
### Added
- Add translations

## 2023-11-03
### Added
- Redesigned home page
Expand Down
2 changes: 1 addition & 1 deletion src/views/components/routes/home/intro/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function Footer() {
</div>

<div className='flex-center mb-4 mt-1 gap-2 text-xs'>
<span>© 2023</span>
<span>© 2024</span>
<a className='underline' href='https://github.com/arianrhodsandlot' rel='noreferrer' target='_blank'>
arianrhodsandlot
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function AboutButton() {
</div>

<div className='flex-center mb-2 mt-1 gap-2 text-xs'>
<span>© 2023</span>
<span>© 2024</span>
<a className='underline' href='https://github.com/arianrhodsandlot' rel='noreferrer' target='_blank'>
arianrhodsandlot
</a>
Expand Down

0 comments on commit e8be537

Please sign in to comment.