diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 65ac94c..c131177 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -64,12 +64,12 @@ const config: Config = { themeConfig: { // Replace with your project's social card - image: 'img/clsf.png', + image: 'img/clsf_logo.jpg', navbar: { title: 'CLSF', logo: { - alt: 'My Site Logo', - src: 'img/clsf.svg', + alt: 'CLSF Logo', + src: 'img/clsf_logo.jpg', }, items: [ { @@ -127,7 +127,7 @@ const config: Config = { ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`, + copyright: `🅭 Creative Commons Attribution 4.0 International License ${new Date().getFullYear()} CLSFramework. Built with Docusaurus` }, prism: { theme: prismThemes.github, diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx index e1a7fe4..0c93835 100644 --- a/src/components/HomepageFeatures/index.tsx +++ b/src/components/HomepageFeatures/index.tsx @@ -24,7 +24,7 @@ const FeatureList: FeatureItem[] = [ }, { title: 'Soccer Simulation 2D', - Svg: require('@site/static/img/ss2d.svg').default, + Svg: require('@site/static/img/ss2d_logo.svg').default, description: ( <> The RoboCup 2D Simulated Soccer League is the oldest of the RoboCup Soccer Simulation Leagues. It consists of a number of competitions with computer simulated soccer matches as the main event. @@ -47,13 +47,15 @@ const FeatureList: FeatureItem[] = [ function Feature({title, Svg, description, link}: FeatureItem) { return ( -
{description}
++ {description} +
{link && ( -