mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-19 06:33:33 +09:00
format code
This commit is contained in:
@@ -6,7 +6,7 @@ import menu from "@/config/menu.json";
|
||||
import social from "@/config/social.json";
|
||||
import { markdownify } from "@/lib/utils/textConverter";
|
||||
|
||||
const {footer}: {footer: {name: string, url: string}[]} = menu;
|
||||
const { footer }: { footer: { name: string; url: string }[] } = menu;
|
||||
---
|
||||
|
||||
<footer class="bg-theme-light dark:bg-darkmode-theme-light">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
import Breadcrumbs from "@/components/Breadcrumbs.astro";
|
||||
import { humanize } from "@/lib/utils/textConverter";
|
||||
|
||||
const { title="" }: {title?: string} = Astro.props;
|
||||
const { title = "" }: { title?: string } = Astro.props;
|
||||
---
|
||||
|
||||
<section>
|
||||
|
||||
Reference in New Issue
Block a user