Skip to content

Commit

Permalink
chore(docs): renamed logo mdx to md
Browse files Browse the repository at this point in the history
  • Loading branch information
g-stamatis committed Oct 20, 2022
1 parent 5855bf8 commit 52e9d46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/webdev/5-Components/14-Logo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hide_table_of_contents: true

import EEATabs from '../md_components/tab_component.mdx';
import Usage from '../md_components/logo_components/usage_markdown.md';
import Showcase from '../md_components/logo_components/showcase_markdown.mdx';
import Showcase from '../md_components/logo_components/showcase_markdown.md';
import Api from '../md_components/logo_components/api_markdown.md';

<EEATabs usage={<Usage />} showcase={<Showcase />}></EEATabs>

0 comments on commit 52e9d46

Please sign in to comment.