Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Jan 2, 2024
2 parents cff286c + 2722ba0 commit 27a96fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial public release 🎊

[unreleased]: https://github.com/ful1e5/bibata/compare/v1.0.0-beta.0...main
[unreleased]: https://github.com/ful1e5/bibata/compare/v1.0.0...main
[v1.0.0]: https://github.com/ful1e5/bibata/compare/v1.0.0...v1.0.0-beta.0
[v1.0.0-beta.0]: https://github.com/ful1e5/bibata/compare/v1.0.0-alpha.1...v1.0.0-beta.0
[v1.0.0-alpha.1]: https://github.com/ful1e5/bibata/compare/v1.0.0-alpha.0...v1.0.0-alpha.1
[v1.0.0-alpha.0]: https://github.com/ful1e5/bibata/tree/v1.0.0-alpha.0
3 changes: 2 additions & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const getGitBranch = (url: string | undefined) => {

// eslint-disable-next-line no-unused-vars
export const Footer: React.FC<Props> = (_props) => {
const copyrightYear = new Date().getFullYear();
const path = usePathname();

const gitCommintSHA = process.env.NEXT_PUBLIC_VERCEL_GIT_COMMIT_SHA;
Expand Down Expand Up @@ -163,7 +164,7 @@ export const Footer: React.FC<Props> = (_props) => {
</div>
<div className='mt-5'>
<p className='text-white/[.6] font-bold'>
Copyright © 2023 AbdulKaiz Khatri
Copyright © {copyrightYear} AbdulKaiz Khatri
</p>
</div>
</div>
Expand Down

0 comments on commit 27a96fc

Please sign in to comment.