first commit
This commit is contained in:
7
src/app/components/logos/scoresaber-logo.tsx
Normal file
7
src/app/components/logos/scoresaber-logo.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
import Image from "next/image";
|
||||
|
||||
export default function ScoreSaberLogo() {
|
||||
return (
|
||||
<Image width={32} height={32} unoptimized src={"/assets/logos/scoresaber.png"} alt={"ScoreSaber Logo"}></Image>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user