polishing
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
@@ -81,9 +81,9 @@ const { site, title, tagline } = Astro.props;
|
||||
<slot />
|
||||
|
||||
<div class="footer">
|
||||
Built with Astro & <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> & 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>. ᕦ(ò_óˇ)ᕤ
|
||||
© 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;
|
||||
|
||||
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user