Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
style: oxfmt tidy on Navbar and index
  • Loading branch information
tannerlinsley committed May 20, 2026
commit ad7cc3c66370498d6af4c1d3af7f565ff851bd1d
2 changes: 0 additions & 2 deletions src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,6 @@ export function Navbar({ children }: { children: React.ReactNode }) {

const socialLinks = <SocialStack />



const navbar = (
<div
className={twMerge(
Expand Down
4 changes: 1 addition & 3 deletions src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -528,9 +528,7 @@ function StackCategoryCard({
</ol>
<span className="mt-4 inline-flex items-center gap-1 text-xs font-semibold text-gray-600 dark:text-gray-400">
Browse {groupName.toLowerCase()}
<ArrowRight
className="w-3 h-3 transition-transform group-hover:translate-x-0.5"
/>
<ArrowRight className="w-3 h-3 transition-transform group-hover:translate-x-0.5" />
</span>
</Link>
)
Expand Down
Loading