Skip to content

Commit 34bc075

Browse files
committed
Fix intro footer
1 parent e1c6f02 commit 34bc075

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {themes as prismThemes} from 'prism-react-renderer';
99
/** @type {import('@docusaurus/types').Config} */
1010
const config = {
1111
title: 'RISC-V sandbox',
12-
tagline: 'Lib RISC-V is a simple, slim and complete sandbox that is highly embeddable and configurable',
12+
tagline: 'libriscv is a simple, slim and complete sandbox that is highly embeddable and configurable',
1313
favicon: 'img/logo.png',
1414

1515
// Set the production url of your site here
@@ -110,7 +110,7 @@ const config = {
110110
],
111111
},
112112
],
113-
copyright: `Copyright © ${new Date().getFullYear()} Lib RISC-V, Inc. Built with Docusaurus.`,
113+
copyright: `Copyright © ${new Date().getFullYear()} Alf-André Walla. Built with Docusaurus.`,
114114
},
115115
prism: {
116116
theme: prismThemes.github,

0 commit comments

Comments
 (0)