Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Mar 14, 2024
1 parent 8023f3c commit fe30dc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Pages from ·pages-source` Branch
name: Deploy Pages from `pages-source` Branch

on:
# Runs on pushes targeting the default branch
Expand Down
2 changes: 1 addition & 1 deletion shared/index-parts/footer.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export function Footer() {
const currentYear = new Date().getFullYear();
return <div className="footer">Copyright (c) 2015-{currentYear} Belleve Invis.<br/>MIGRATION TEST 03</div>;
return <div className="footer">Copyright (c) 2015-{currentYear} Belleve Invis.<br/>MIGRATION TEST 04</div>;
}

0 comments on commit fe30dc1

Please sign in to comment.