mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Footer: Add back footer to login page (#25656)
This commit is contained in:
parent
157e54067d
commit
491b8680f7
@ -11,6 +11,7 @@ import { ChangePassword } from './ChangePassword';
|
||||
import { Branding } from 'app/core/components/Branding/Branding';
|
||||
import { useStyles } from '@grafana/ui';
|
||||
import { GrafanaTheme } from '@grafana/data';
|
||||
import { Footer } from '../Footer/Footer';
|
||||
|
||||
export const LoginPage: FC = () => {
|
||||
document.title = Branding.AppTitle;
|
||||
@ -65,9 +66,9 @@ export const LoginPage: FC = () => {
|
||||
</div>
|
||||
)}
|
||||
</LoginCtrl>
|
||||
|
||||
<div className="clearfix" />
|
||||
</div>
|
||||
|
||||
<Footer />
|
||||
</Branding.LoginBackground>
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user