From f1aed2bd00f7e2141ebe4a6dbadc06871ba34786 Mon Sep 17 00:00:00 2001 From: Muhammad-Tahir Date: Tue, 8 Aug 2023 14:28:36 +0100 Subject: [PATCH] remove Redash logo from public dashboard --- client/app/pages/dashboards/PublicDashboardPage.jsx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/client/app/pages/dashboards/PublicDashboardPage.jsx b/client/app/pages/dashboards/PublicDashboardPage.jsx index 7edbd0c304..4bd0354018 100644 --- a/client/app/pages/dashboards/PublicDashboardPage.jsx +++ b/client/app/pages/dashboards/PublicDashboardPage.jsx @@ -3,7 +3,6 @@ import React from "react"; import PropTypes from "prop-types"; import routeWithApiKeySession from "@/components/ApplicationArea/routeWithApiKeySession"; -import Link from "@/components/Link"; import BigMessage from "@/components/BigMessage"; import PageHeader from "@/components/PageHeader"; import Parameters from "@/components/Parameters"; @@ -13,7 +12,6 @@ import Filters from "@/components/Filters"; import { Dashboard } from "@/services/dashboard"; import routes from "@/services/routes"; -import logoUrl from "@/assets/images/redash_icon_small.png"; import useDashboard from "./hooks/useDashboard"; @@ -88,14 +86,6 @@ class PublicDashboardPage extends React.Component { ) : ( )} - ); }