Skip to content

Commit

Permalink
Remove guru from mobileother gurus
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbaltaci committed Jan 19, 2025
1 parent 9daaf58 commit f03d4ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const MobileOtherGurus = ({ allGuruTypes, isLongGuruName }) => {
}}
onClick={() => setIsPanelOpen(true)}>
<div className="self-stretch my-auto">
{getGuruPromptMap(guruType, allGuruTypes)} Guru
{getGuruPromptMap(guruType, allGuruTypes)}
</div>
<Icon icon="tabler:chevron-down" />
</div>
Expand Down

0 comments on commit f03d4ed

Please sign in to comment.