forked from emre/www_projectmycelium_com
chore: remove saved HTML file from images directory
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { CheckIcon, XMarkIcon } from '@heroicons/react/24/outline'
|
||||
import { Eyebrow, H3, P, CT } from '../../../components/Texts'
|
||||
import { Eyebrow, H3, P, CT } from '@/components/Texts'
|
||||
|
||||
const features = [
|
||||
{ name: 'Infrastructure Ownership', cloud: <XMarkIcon className="h-6 w-6 text-red-500" />, mycelium: <CheckIcon className="h-6 w-6 text-green-500" /> },
|
||||
|
||||
@@ -4,8 +4,8 @@ import {
|
||||
CircleStackIcon,
|
||||
LockClosedIcon,
|
||||
} from '@heroicons/react/24/outline'
|
||||
import { CP, CT, Eyebrow, H3, P } from '../../components/Texts'
|
||||
import { DarkCard } from '../../components/ui/cards'
|
||||
import { CP, CT, Eyebrow, H3, P } from '@/components/Texts'
|
||||
import { DarkCard } from '@/components/ui/cards'
|
||||
|
||||
const features = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user