Skip to content

Commit

Permalink
format:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaBondar committed Feb 19, 2025
1 parent ba8b333 commit a84f15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/chat/src/components/Marketplace/TopicsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface AllTopicsProps {
const AllTopics = memo(({ topics, allTopicsRef }: AllTopicsProps) => {
return (
<div
className="font-theme invisible fixed top-0 flex gap-2"
className="invisible fixed top-0 flex gap-2 font-theme"
ref={allTopicsRef}
>
{topics.map((topic) => (
Expand Down

0 comments on commit a84f15d

Please sign in to comment.