diff --git a/web/apps/auth/src/pages/share.tsx b/web/apps/auth/src/pages/share.tsx index 7b3c42a97b..b023acaed6 100644 --- a/web/apps/auth/src/pages/share.tsx +++ b/web/apps/auth/src/pages/share.tsx @@ -1,4 +1,5 @@ import { decryptMetadataJSON_New } from "@/base/crypto"; +import { EnteLogo } from "@ente/shared/components/EnteLogo"; import React, { useEffect, useMemo, useState } from "react"; interface SharedCode { @@ -142,7 +143,7 @@ const Share: React.FC = () => { padding: "20px", }} > -
ente
+
{error &&

{error}

} @@ -229,6 +230,7 @@ const Share: React.FC = () => { cursor: "pointer", width: "100%", maxWidth: "300px", + marginBottom: "42px", }} > Try Ente Auth