From 065f5ba310f82070ea7039800482f7970198014c Mon Sep 17 00:00:00 2001 From: Daven Quinn Date: Tue, 26 Nov 2024 23:28:45 -0600 Subject: [PATCH] Renamed legend mdx file --- pages/dev/map/rockd-strabospot/+Page.client.ts | 2 +- pages/dev/map/rockd-strabospot/{Legend.mdx => legend-text.mdx} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pages/dev/map/rockd-strabospot/{Legend.mdx => legend-text.mdx} (100%) diff --git a/pages/dev/map/rockd-strabospot/+Page.client.ts b/pages/dev/map/rockd-strabospot/+Page.client.ts index e44314a1..ac7e74be 100644 --- a/pages/dev/map/rockd-strabospot/+Page.client.ts +++ b/pages/dev/map/rockd-strabospot/+Page.client.ts @@ -19,7 +19,7 @@ import { import hyper from "@macrostrat/hyper"; import styles from "./main.module.sass"; import { DetailsPanel } from "./details-panel"; -import Legend from "./legend.mdx"; +import Legend from "./legend-text.mdx"; import { useInDarkMode } from "@macrostrat/ui-components"; const h = hyper.styled(styles); diff --git a/pages/dev/map/rockd-strabospot/Legend.mdx b/pages/dev/map/rockd-strabospot/legend-text.mdx similarity index 100% rename from pages/dev/map/rockd-strabospot/Legend.mdx rename to pages/dev/map/rockd-strabospot/legend-text.mdx