adding things with tailwind nicer!!

This commit is contained in:
talksik
2022-05-01 11:09:37 -05:00
parent 6ecf86cb2d
commit 45f230de06
6 changed files with 118 additions and 49 deletions
@@ -4,14 +4,14 @@ export default function Logo({
className,
type,
}: {
className: string;
className?: string;
type?: LogoType;
}) {
if (type === "small") {
return (
<svg
width="85"
height="107"
width="25"
height="31.75"
viewBox="0 0 85 107"
fill="none"
xmlns="http://www.w3.org/2000/svg"