Skip to content

Commit

Permalink
feat: hotfix race condtion
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamsGeeky committed Feb 25, 2024
1 parent 56d96d2 commit e972364
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ import clsx from 'clsx';
import Link from '@docusaurus/Link';
import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
import Layout from '@theme/Layout';

import HomepageFeatures from '@site/src/components/HomepageFeatures';
import Mentors from '../components/Mentors';
import Partners from '../components/Partners'
import Courses from '../components/Courses';
import styles from './index.module.css';
import logo from '@site/static/img/logo.png'
function HomepageHeader() {
const {siteConfig} = useDocusaurusContext();
return (
Expand All @@ -32,8 +31,9 @@ function HomepageHeader() {

export default function Home() {
const {siteConfig} = useDocusaurusContext();

return (
<Layout
<Layout
title={`home`}
description="Geek ink is a collection of resources for Skill first Programmers to learn Why, How, and What <head />">
<HomepageHeader />
Expand Down
1 change: 0 additions & 1 deletion static/img/Team.svg

This file was deleted.

0 comments on commit e972364

Please sign in to comment.