polishing

This commit is contained in:
planetabhi
2023-12-24 17:23:10 +05:30
parent 3338194010
commit 4531d0e7f2
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import CategoryNavItem from "./CategoryNavItem";
export default function CategoryNav({ filter, setFilter }) {
const navItems = [
{title: "🤗 All", category: "all"},
{title: "🤗 All Tools", category: "all"},
...data.tools
];
+3 -3
View File
@@ -81,9 +81,9 @@ const { site, title, tagline } = Astro.props;
<slot />
<div class="footer">
Built with Astro &amp; <a href="https://new-ui.com/?ref=riseofmachine" class="nu-u-link--subtle" target="_blank">New UI</a>.
Built with <a href="https://new-ui.com/?ref=riseofmachine" class="nu-u-link--subtle" target="_blank">New UI</a> &amp; Astro. By <a href="https://planetabhi.netlify.app/" class="nu-u-link--subtle" target="_blank">@planetabhi</a>. ᕦ(ò_óˇ)ᕤ
<br>
Brought to you by <a href="https://planetabhi.netlify.app/" class="nu-u-link--subtle" target="_blank">@planetabhi</a>. ᕦ(ò_óˇ)ᕤ
&#169; 2023 Method Black. All rights reserved.
</div>
</body>
</html>
@@ -117,7 +117,7 @@ const { site, title, tagline } = Astro.props;
margin-top: var(--spacing-00);
}
p.description-text {
max-inline-size: 574px;
max-inline-size: 570px;
}
.nu-u-link--subtle {
color: var(--text-secondary) !important;
+1 -1
View File
@@ -11,7 +11,7 @@ import Dashboard from "../components/Dashboard";
<Layout
site="Rise of Machine"
title="AI. Make the most of it."
tagline="Old bookmarks were freaking out, drowning in existential tears because these AI chicks hatched faster than pop-up ads on a news website. So I said, Screw it, and built this site where these brainy birds can reside."
tagline="Old bookmarks were freaking out, drowning in existential tears because these AI chicks hatched faster than pop-up ads on a news site. So I said, Screw it, and built this site where these brainy birds can reside."
>
<main>
<Dashboard client:load />