Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
fix header view
Browse files Browse the repository at this point in the history
  • Loading branch information
Masha1996 committed Jan 18, 2022
1 parent 7e771b2 commit 8968ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import HomepageFeatures from '../components/homepage-features/HomepageFeatures';
import HomepageDeveloperLinks from '../components/homepage-developer-links/HomepageDeveloperLinks';
import HomepageFooter from '../components/homepage-footer/HomepageFooter';
import HomePageBackgroundImage from '../../static/img/logo-background.svg'
import Layout from "@docusaurus/core/lib/client/theme-fallback/Layout";
import Layout from '@theme/Layout';
import Head from "@docusaurus/core/lib/client/exports/Head";
import Cover from '../../static/img/cover.png';

Expand Down

0 comments on commit 8968ba7

Please sign in to comment.