From a571a1ac07fad4a898158b04594e03ad0c1de83b Mon Sep 17 00:00:00 2001 From: Paul Valladares <85648028+dreyfus92@users.noreply.github.com> Date: Tue, 22 Aug 2023 19:41:12 -0600 Subject: [PATCH] Fix(examples): changed inline-style to regular selector (#8185) * fix: changed inline-style to a regular selector * fix: fixed typo * fix: removed styles from noscript tags --- examples/portfolio/src/components/Nav.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/portfolio/src/components/Nav.astro b/examples/portfolio/src/components/Nav.astro index 2e9717884..bf9ac7869 100644 --- a/examples/portfolio/src/components/Nav.astro +++ b/examples/portfolio/src/components/Nav.astro @@ -36,7 +36,7 @@ const iconLinks: { label: string; href: string; icon: keyof typeof iconPaths }[] -