[WEB-2204] chore: asset optimization (#5346)

* chore: dashboard empty state asset updated and remove unwanted asset

* chore: workspace active cycle asset updated

* chore: onboarding pages asset updated and remove unwanted asset from web and space app

* chore: onboarding profile setup and create workspace asset updated and remove unwanted asset from web and space app

* chore: code refactor
This commit is contained in:
Anmol Singh Bhatia 2024-08-10 12:09:57 +05:30 committed by GitHub
parent 6e435df613
commit 269e6ccd18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 7 additions and 2805 deletions

View file

@ -4,7 +4,7 @@ import { useTheme } from "next-themes";
// icons
import { Lightbulb } from "lucide-react";
// images
import latestFeatures from "@/public/onboarding/onboarding-pages.svg";
import latestFeatures from "@/public/onboarding/onboarding-pages.webp";
export const LatestFeatureBlock = () => {
const { resolvedTheme } = useTheme();