登入驗證以及使用者按鈕
This commit is contained in:
11
resources/js/Components/ApplicationLogo.tsx
Normal file
11
resources/js/Components/ApplicationLogo.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { ImgHTMLAttributes } from 'react';
|
||||
|
||||
export default function ApplicationLogo(props: ImgHTMLAttributes<HTMLImageElement>) {
|
||||
return (
|
||||
<img
|
||||
{...props}
|
||||
src="/logo.png"
|
||||
alt="小小冰室 Logo"
|
||||
/>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user