polishing

This commit is contained in:
planetabhi
2023-12-22 03:33:39 +05:30
parent e4523539ec
commit 7fcd37cbbd
2 changed files with 4 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ import CategoryNavItem from "./CategoryNavItem";
export default function CategoryNav({ filter, setFilter }) {
const navItems = [
{title: "🔥 All", category: "all"},
{title: "🔥 All", category: "all"},
...data.tools
];

View File

@@ -77,11 +77,9 @@ const { site, title, tagline } = Astro.props;
<slot />
<div class="footer">
Built with <a
href="https://new-ui.com/?ref=riseofmachine"
class="nu-u-link--subtle" target="_blank">New UI</a> &amp; Astro.
<br /> Brought to you by
<a href="https://planetabhi.netlify.app/" class="nu-u-link--subtle" target="_blank">@planetabhi</a> ᕦ(ò_óˇ)ᕤ
Built with Astro &amp; <a href="https://new-ui.com/?ref=riseofmachine" class="nu-u-link--subtle" target="_blank">New UI</a>.
<br>
Brought to you by <a href="https://planetabhi.netlify.app/" class="nu-u-link--subtle" target="_blank">@planetabhi</a> ᕦ(ò_óˇ)ᕤ
</div>
</body>
</html>
@@ -229,7 +227,6 @@ const { site, title, tagline } = Astro.props;
.floating-nav { padding: var(--spacing-06) var(--spacing-06);}
.container { margin: var(--spacing-06);}
}
}
</style>
<script>