From 60e76b8e718516ce1ff8ca09edeb79681b941f22 Mon Sep 17 00:00:00 2001 From: planetabhi Date: Wed, 21 Aug 2024 01:16:22 +0530 Subject: [PATCH] cleanup --- package.json | 2 +- src/layouts/Layout.astro | 6 +++--- src/pages/index.astro | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8950d70..25115f6 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@new-ui/spacings": "^0.1.3", "@new-ui/typography": "^0.1.6" }, - "description": "A curated collection of 300+ AI tools for indie hackers, makers, and SMBs.", + "description": "Discover 300+ AI tools curated for indie hackers, makers, and SMBs.", "repository": { "type": "git", "url": "git+https://github.com/MethodBlack/riseofmachine.git" diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 25e927c..0c8e47b 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -16,12 +16,12 @@ const { site, title, tagline } = Astro.props; - {site} — 300+ AI tools for indie hackers, makers, and SMBs. + {site} — Discover 300+ AI tools curated for indie hackers, makers, and SMBs. - + - + diff --git a/src/pages/index.astro b/src/pages/index.astro index a83a8de..d86d6fc 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -11,7 +11,7 @@ import Dashboard from "../components/Dashboard";