Skip to content

Commit

Permalink
Remove StorPool copyright, as Grafana's is also nowhere to be seen
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickola Trupcheff committed Jan 10, 2024
1 parent c7b55aa commit 8b8370f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions public/app/core/components/Login/LoginLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ export const LoginLayout = ({ children, branding, isChangingPassword }: React.Pr
</div>
</div>
<div className={loginStyles.loginOuterBox}>{children}</div>
<div className="text-center">
<ul className={loginStyles.spCopyright}>
Copyright &copy; {year} <a href="http://storpool.com" target="_blank">StorPool Storage</a>.
</ul>
</div>
</div>
</div>
{branding?.hideFooter ? <></> : <Footer hideEdition={hideEdition} customLinks={branding?.footerLinks} />}
Expand Down

0 comments on commit 8b8370f

Please sign in to comment.