Skip to content

Commit d2c5bc6

Browse files
committed
fix(footer): update copyright year to current year(keploy/writers-program #3038)
1 parent 271606a commit d2c5bc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,8 @@ <h2 class="mb-30">Sign-up for the newsletter!</h2>
789789
<div class="col-lg-5 col-sm-6">
790790
<aside class="f_widget ab_widget">
791791
<div class="f_title">
792-
<h3 style="margin-left: -10px;">Copyright © 2025 Keploy Inc.</h3>
792+
<!-- Update Copyright year -->
793+
<h3 style="margin-left: -10px;">Copyright © 2025 Keploy Inc.</h3>
793794
</div>
794795
<p style="font-family:'Inconsolata', monospace;">Developers experience for e2e testing. Toolkit that creates test-cases and data mocks from API calls, DB queries, etc.</p>
795796
</aside>

0 commit comments

Comments
 (0)