[auth] Update logo on share page

This commit is contained in:
vishnukvmd
2024-09-14 19:48:44 +05:30
parent 266d75a574
commit 2a8eb2aaf7

View File

@@ -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",
}}
>
<div style={{ fontSize: "24px", fontWeight: "bold" }}>ente</div>
<EnteLogo />
<div style={{ width: "100%", maxWidth: "300px" }}>
{error && <p style={{ color: "red" }}>{error}</p>}