Skip to content

Commit 64ed3d2

Browse files
committed
Use Image tag
1 parent df6a89b commit 64ed3d2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/app/(home)/page.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"use client";
22

33
import { useState } from "react";
4+
import Image from "next/image";
45
import Link from "next/link";
56
import { Server, Shield, Users, Zap, Eye, Code, Brain } from "lucide-react";
67
import { StoryEmbed } from "@/components/story-embed";
@@ -235,7 +236,7 @@ export default function HomePage() {
235236
<section className="relative overflow-hidden border-b bg-gradient-to-b from-fd-background to-fd-muted/30 py-16 md:py-24">
236237
<div className="mx-auto max-w-6xl px-4">
237238
<div className="text-center">
238-
<img
239+
<Image
239240
src={`${process.env.DOCS_BASE_PATH || ""}/icon.svg`}
240241
alt=""
241242
width={96}

0 commit comments

Comments
 (0)