Skip to content

Commit

Permalink
remove Redash logo from public dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Tahir-S committed Aug 8, 2023
1 parent 5d5d18e commit f1aed2b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions client/app/pages/dashboards/PublicDashboardPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -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";

Expand Down Expand Up @@ -88,14 +86,6 @@ class PublicDashboardPage extends React.Component {
) : (
<PublicDashboard dashboard={dashboard} />
)}
<div id="footer">
<div className="text-center">
<Link href="https://redash.io">
<img alt="Redash Logo" src={logoUrl} width="38" />
</Link>
</div>
Powered by <Link href="https://redash.io/?ref=public-dashboard">Redash</Link>
</div>
</div>
);
}
Expand Down

0 comments on commit f1aed2b

Please sign in to comment.