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", category: "all"},
|
||||
...data.tools
|
||||
];
|
||||
|
||||
|
||||
@@ -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> & Astro.
|
||||
<br /> Brought to you by
|
||||
<a href="https://planetabhi.netlify.app/" class="nu-u-link--subtle" target="_blank">@planetabhi</a> ᕦ(ò_óˇ)ᕤ
|
||||
Built with Astro & <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>
|
||||
|
||||
Reference in New Issue
Block a user