From 35987afeb5b4512ac18fa79c90902d7427952dee Mon Sep 17 00:00:00 2001
From: "Houston (Bot)"
Date: Tue, 2 Jan 2024 07:17:00 +0000
Subject: [PATCH] [ci] format
---
examples/blog/src/pages/index.astro | 8 ++++----
examples/hackernews/src/pages/stories/[id].astro | 2 +-
examples/portfolio/src/components/Nav.astro | 2 +-
examples/portfolio/src/pages/about.astro | 7 +++----
examples/view-transitions/src/components/Nav.astro | 2 +-
5 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/examples/blog/src/pages/index.astro b/examples/blog/src/pages/index.astro
index 1c8be6135d..5113c8e8d9 100644
--- a/examples/blog/src/pages/index.astro
+++ b/examples/blog/src/pages/index.astro
@@ -16,14 +16,14 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
🧑🚀 Hello, Astronaut!
Welcome to the official Astro blog starter template. This
- template serves as a lightweight, minimally-styled starting point for anyone looking to
- build a personal website, blog, or portfolio with Astro.
+ template serves as a lightweight, minimally-styled starting point for anyone looking to build
+ a personal website, blog, or portfolio with Astro.
This template comes with a few integrations already configured in your
astro.config.mjs
file. You can customize your setup with
- Astro Integrations to add tools like
- Tailwind, React, or Vue to your project.
+ Astro Integrations to add tools like Tailwind,
+ React, or Vue to your project.
Here are a few ideas on how to get started with the template:
diff --git a/examples/hackernews/src/pages/stories/[id].astro b/examples/hackernews/src/pages/stories/[id].astro
index 9cfad36fdd..84383aa9e4 100644
--- a/examples/hackernews/src/pages/stories/[id].astro
+++ b/examples/hackernews/src/pages/stories/[id].astro
@@ -25,7 +25,7 @@ const story = (await fetchAPI(`item/${id}`)) as IStory;
{story.user}
- {story.time_ago}
+ {story.time_ago}
diff --git a/examples/portfolio/src/components/Nav.astro b/examples/portfolio/src/components/Nav.astro
index d0a5857b12..f75c230ceb 100644
--- a/examples/portfolio/src/components/Nav.astro
+++ b/examples/portfolio/src/components/Nav.astro
@@ -25,7 +25,7 @@ const iconLinks: { label: string; href: string; icon: keyof typeof iconPaths }[]