Skip to content

Commit 45cef37

Browse files
committed
remove PageInfo component
1 parent 776586f commit 45cef37

File tree

3 files changed

+0
-63
lines changed

3 files changed

+0
-63
lines changed

src/components/PageInfo.astro

Lines changed: 0 additions & 58 deletions
This file was deleted.

src/pages/design/styleguide-old.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,12 @@ import { Image } from 'astro:assets';
77

88
import Alert from '../../components/Alert.astro';
99
import Details from '../../components/Details.astro';
10-
import PageInfo from '../../components/PageInfo.astro';
1110
import TableOfContents from '../../components/TableOfContents.astro';
1211
import YouTube from '../../components/YouTube.astro';
1312

1413
import { IMAGE_SIZES } from '../../constants/image';
1514

1615

17-
<PageInfo file="/src/pages/styleguide.mdx" publishDate={new Date(Date.UTC(2022, 9, 11))} />
18-
1916
Here is a sample of some basic Markdown syntax that can be used when writing Markdown content in Astro.
2017

2118
{/* Note: because of float this is behind headings on hover */}

src/pages/design/styleguide.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ import { Image } from 'astro:assets';
77

88
import Alert from '../../components/Alert.astro';
99
import Details from '../../components/Details.astro';
10-
import PageInfo from '../../components/PageInfo.astro';
1110
import TableOfContents from '../../components/TableOfContents.astro';
1211
import YouTube from '../../components/YouTube.astro';
1312

1413
import { IMAGE_SIZES } from '../../constants/image';
1514

16-
<PageInfo file="/src/pages/styleguide.mdx" publishDate={new Date(Date.UTC(2022, 9, 11))} />
1715

1816
Here is a sample of some basic Markdown syntax that can be used when writing Markdown content in Astro.
1917

0 commit comments

Comments
 (0)