fix(quests): fix island rendering problems on desktop view
This commit is contained in:
@ -19,6 +19,7 @@ import {
|
||||
Zap,
|
||||
Trophy,
|
||||
Map,
|
||||
SquareLibrary,
|
||||
} from "lucide-react";
|
||||
|
||||
import { useState } from "react";
|
||||
@ -478,7 +479,7 @@ export function AppSidebar() {
|
||||
>
|
||||
{({ isActive }) => (
|
||||
<>
|
||||
<Video
|
||||
<SquareLibrary
|
||||
size={18}
|
||||
strokeWidth={3}
|
||||
className={
|
||||
|
||||
Reference in New Issue
Block a user