diff --git a/src/data/tools.json b/src/data/tools.json index 65738b0..0669888 100644 --- a/src/data/tools.json +++ b/src/data/tools.json @@ -447,6 +447,12 @@ "body": "AI writing assistant.", "tag": "Freemium", "url": "https://www.wordtune.com/?ref=riseofmachine.com" + }, + { + "title": "WriteGo", + "body": "Writing assistant for academic use.", + "tag": "🆕 Freemium", + "url": "https://writego.ai/app?ref=riseofmachine.com" } ] }, diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index a337ad4..177c3b3 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -74,7 +74,7 @@ const { site, title, tagline } = Astro.props;