diff --git a/index.html b/index.html index 850b496..c09ca82 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@
+ class="font-noto text-dark bg-primary selection:text-primary selection:bg-dark overflow-y-hidden"> diff --git a/src/components/Logo.tsx b/src/components/Logo.tsx new file mode 100644 index 0000000..b40ce4f --- /dev/null +++ b/src/components/Logo.tsx @@ -0,0 +1,26 @@ +import React from 'react'; +import { Link } from 'react-router-dom'; + +interface LogoProps { + bgPosition: string; +} +// end of interface + +function Logo({ bgPosition }: LogoProps): React.ReactElement { + const h1Class = `${bgPosition} + w-full overflow-hidden whitespace-nowrap bg-logo bg-[length:316px_46.9px] bg-no-repeat indent-[101%] + `; + + return ( + +目前沒有資料 \(^Д^)/
+