This commit is contained in:
planetabhi
2024-05-07 21:14:22 +05:30
parent bd366d7e65
commit 6d113526d2
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -74,8 +74,7 @@ const { site, title, tagline } = Astro.props;
<slot />
<div class="footer">
Built with <a href="https://new-ui.com/templates/directory" class="nu-u-link--subtle" target="_blank">New UI</a> &amp; Astro. Curated by <a href="https://planetabhi.com/" class="nu-u-link--subtle" target="_blank">@planetabhi</a>. [┐∵]┘<br />
&#169; 2024 Method Black. All rights reserved.
Built with <a href="https://new-ui.com/templates/directory" class="nu-u-link--subtle" target="_blank">New UI</a> &amp; Astro. Curated by <a href="https://planetabhi.com/" class="nu-u-link--subtle" target="_blank">@planetabhi</a>. [┐∵]┘
</div>
</body>
+2 -2
View File
@@ -10,8 +10,8 @@ import Dashboard from "../components/Dashboard";
<Layout
site="Rise of Machine"
title="Make the most of it."
tagline="Feeling overwhelmed by the AI overload? Don't sweat it! We've curated a sweet collection of 300+ affordable AI tools for all you indie hackers, makers, and SMBs. Level up your skills or products with AI &#8212; you've got this!"
title="Make the Most of It"
tagline="Level up your skills with AI &#8212; you've got this."
>
<main>
<Dashboard client:load />