We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2956248 commit ae080b9Copy full SHA for ae080b9
src/renderer/App.tsx
@@ -1697,7 +1697,6 @@ function BadgeGrid() {
1697
{sidebarExpanded ? <FaChevronLeft size={14} /> : <FaChevronRight size={14} />}
1698
</button>
1699
<div className="flex items-center gap-2">
1700
- <img src="/prism_play_logo.png" alt="PrismPlay" className="w-6 h-6 rounded-sm select-none" draggable={false} />
1701
<div className="text-2xl font-bold tracking-tight">PrismPlay</div>
1702
</div>
1703
{/* Desktop Settings button (hidden on small screens) */}
0 commit comments