Skip to content

Commit

Permalink
docs: ⚡ improvement: move styles import from index page to layout
Browse files Browse the repository at this point in the history
  • Loading branch information
xandemon committed May 23, 2024
1 parent 5736602 commit ba57e43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions docs/src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Container from "@/components/Container.astro";
import Navbar from "@/components/Navbar.astro";
import { publicBaseUrl } from "@/lib/utils";
import "@fontsource-variable/noto-sans";
import "../styles/globals.css";
interface Props {
title: string;
Expand Down
1 change: 0 additions & 1 deletion docs/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Layout from "../layouts/Layout.astro";
import FeatureSection from "@/components/FeatureSection.astro";
import HeroSection from "@/components/HeroSection.astro";
import { InstallCmd } from "@/components/ui/installCmd";
import "../styles/globals.css";
---

<Layout title="Developer Icons by xandemon">
Expand Down

0 comments on commit ba57e43

Please sign in to comment.