Skip to content

Commit

Permalink
Update favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
FejZa committed Jan 30, 2024
1 parent f7d4d12 commit c8a936d
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,12 @@ const config: Config = {
],
],
themeConfig: {
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
image: 'https://github.com/realitycollective/realitycollective.logo/blob/main/RealityToolkit/RepoBanners/com.realitytoolkit.core.png?raw=true',
navbar: {
title: 'Reality Toolkit',
logo: {
alt: 'Reality Collective',
src: 'img/logo.svg'
src: 'https://github.com/realitycollective/realitycollective.logo/blob/main/Branding/RealityCollective_IconLogo.png?raw=true'
},
items: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function Home(): JSX.Element {
const { siteConfig } = useDocusaurusContext();
return (
<Layout
title={`${siteConfig.title}`}
title='Home'
description={`${siteConfig.tagline}`}
noFooter={true}>
<main>
Expand Down
Binary file removed static/img/docusaurus-social-card.jpg
Binary file not shown.
Binary file removed static/img/docusaurus.png
Binary file not shown.
Binary file modified static/img/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion static/img/logo.svg

This file was deleted.

0 comments on commit c8a936d

Please sign in to comment.