Skip to content

Commit b4d71fc

Browse files
authored
chore: update footer year to 2026 (#740)
* chore: update footer year to 2026 Signed-off-by: Achanandhi-M <achanandhi.m@gmail.com> * chore: update footer year to 2026 Signed-off-by: Achanandhi-M <achanandhi.m@gmail.com> --------- Signed-off-by: Achanandhi-M <achanandhi.m@gmail.com>
1 parent 6c8a433 commit b4d71fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//@ts-check
22

3-
import {themes as prismThemes} from "prism-react-renderer";
3+
import { themes as prismThemes } from "prism-react-renderer";
44
const path = require("path");
5-
import {visit} from "unist-util-visit";
5+
import { visit } from "unist-util-visit";
66
const FontPreloadPlugin = require("webpack-font-preload-plugin");
77

88
/** @type {import('@docusaurus/types').DocusaurusConfig} */
@@ -51,7 +51,7 @@ module.exports = {
5151
content:
5252
"API testing, Keploy docs, incident replay, network calls, code paths, test scenarios, code coverage, stubs, junit, go-test, live environment, production incidents, open source, regression tests, ai tests",
5353
},
54-
{name: "twitter:card", content: "summary_large_image"},
54+
{ name: "twitter:card", content: "summary_large_image" },
5555
],
5656
headTags: [
5757
// Preconnect tag
@@ -218,7 +218,7 @@ module.exports = {
218218
<div className="footer__icons footer">
219219
<a class="footer__link-item" href="https://docs.google.com/forms/d/e/1FAIpQLSdj9q7dyRh3D7ZzRExHLWRRkNPOnLnFfrbKqSwqH3Ur4HzP4g/viewform">Have a Keploy use-case? Let's Talk!</a>
220220
</div>
221-
<div class="footer__copyright"><span class="footer__block">Copyright © ${new Date().getFullYear()}</span> Keploy Inc.</div>
221+
<div class="footer__copyright"><span class="footer__block">Copyright © ${new Date().getFullYear()} </span> Keploy Inc.</div>
222222
<div>
223223
<a class="footer__link-item" href="/about">About</a>
224224
<span class="footer__separators"> | </span>

0 commit comments

Comments
 (0)