Skip to content
Snippets Groups Projects
Commit 3c7783db authored by Xingan Zhao's avatar Xingan Zhao
Browse files

fix:quick fix

parent ca6a9c19
No related branches found
No related tags found
No related merge requests found
Pipeline #416177 passed
......@@ -3,10 +3,9 @@
interface HeaderProps {
title: string;
lead: string;
image:string;
}
export function Header({ title, lead,image }: HeaderProps) {
export function Header({ title, lead }: HeaderProps) {
return (
<header className="py-5 mb-5">
<div className="container h-100">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment