diff --git a/frontend/src/pages/index.astro b/frontend/src/pages/index.astro index 772a649..37aefa7 100644 --- a/frontend/src/pages/index.astro +++ b/frontend/src/pages/index.astro @@ -3,7 +3,6 @@ import { Icon } from 'astro-icon/components'; import NotebookLayout from '../layouts/NotebookLayout.astro'; import NotebookGallery from '../components/NotebookGallery'; import PipelineStrip from '../components/PipelineStrip.astro'; -import ResistorColorGuide from '../components/ResistorColorGuide.astro'; import FeaturedNotebooks from '../components/FeaturedNotebooks.astro'; import OscilloscopeDisplay from '../components/OscilloscopeDisplay.astro'; import { fetchNotebookList } from '../lib/server-api'; @@ -73,9 +72,38 @@ try { - +
- +
diff --git a/frontend/src/pages/reference/resistor-colors.astro b/frontend/src/pages/reference/resistor-colors.astro new file mode 100644 index 0000000..8abc7d5 --- /dev/null +++ b/frontend/src/pages/reference/resistor-colors.astro @@ -0,0 +1,12 @@ +--- +import NotebookLayout from '../../layouts/NotebookLayout.astro'; +import ResistorColorGuide from '../../components/ResistorColorGuide.astro'; +--- + + + +