Skip to content

Commit

Permalink
corrected name case
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-dyte committed Oct 9, 2024
1 parent cf80886 commit b958cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
11 changes: 0 additions & 11 deletions src/components/homepage/PhHelloBar.jsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
import React from 'react';
import Link from '@docusaurus/Link';
import {
AppsAddInRegular,
ArrowRightFilled,
DocumentRegular,
OpenRegular,
RecordRegular,
VideoRegular,
} from '@fluentui/react-icons';
import clsx from 'clsx';
import { ChevronRight, GitHub } from 'react-feather';

function HelloBar() {
return (
Expand Down
5 changes: 2 additions & 3 deletions src/pages/index.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState } from 'react';
import React from 'react';
import Layout from '@theme/Layout';

import HeroSection from '../components/homepage/HeroSection';
Expand All @@ -10,8 +10,7 @@ import HelpSection from '../components/homepage/HelpSection';
import Head from '@docusaurus/Head';
import GuidesAndSamples from '../components/homepage/GuidesAndSamples';
import SDKs from '../components/homepage/SDKs';
import Link from '@docusaurus/Link';
import PhHelloBar from '../components/homepage/phHelloBar';
import PhHelloBar from '../components/homepage/PhHelloBar';

export default function Homepage() {
return (
Expand Down

0 comments on commit b958cfb

Please sign in to comment.