This commit is contained in:
planetabhi
2024-07-24 01:37:36 +05:30
parent ac14ae9661
commit efa4561e02
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ export default function CategoryNav({ filter, setFilter }) {
...data.tools
];
return <nav className="category-nav" tabindex="-1">
return <nav className="category-nav" tabIndex="-1">
{navItems.map((c, i) => {
return <CategoryNavItem
key={i}
+2 -1
View File
@@ -30,13 +30,14 @@ const { site, title, tagline } = Astro.props;
<body>
<div class="floating-nav" aria-label="main navigation">
<div class="logo">
<a href="/" aria-label="home page"><img src="/icon.png" width="24" height="24" alt="Rise of Machine" aria-hidden="true"></a>
<a href="/" aria-label="home page" tabindex="-1"><img src="/icon.png" width="24" height="24" alt="Rise of Machine" aria-hidden="true"></a>
</div>
<div class="btn-group">
<a
href="https://forms.gle/pzpG1cbxW6AA57uc9"
target="_blank"
class="submit-btn"
tabindex="0"
>Suggest a Tool</a
>
<button