nice quote and logo bottom full motto

This commit is contained in:
talksik
2022-05-09 07:30:20 -05:00
parent 5052010bee
commit 9d6f3a4a75
4 changed files with 20 additions and 15 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ export default function FullLogo({
className,
type,
}: {
className: string;
className?: string;
type?: LogoType;
}) {
if (type === LogoType.small) {
+3 -3
View File
@@ -7,15 +7,15 @@ export default function FullMottoLogo({
className,
type,
}: {
className: string;
className?: string;
type?: LogoType;
}) {
if (type === LogoType.small) {
return (
<svg
className={className}
width="233"
height="204"
width="125"
height="100"
viewBox="0 0 233 204"
fill="none"
xmlns="http://www.w3.org/2000/svg"