mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
Update header warning
This commit is contained in:
@@ -17,7 +17,7 @@ export const Header = memo(() => {
|
||||
const { t } = useTranslation({ Header })
|
||||
const { lang, setLang } = useLang();
|
||||
return <GlHeader
|
||||
title={<a {...routes.home().link}><h1><img src="./PostgsailLogo.svg" height={48}/></h1></a>}
|
||||
title={<a {...routes.home().link}><h1><img src="./PostgsailLogo.svg" alt="SVG as an image" height={48}/></h1></a>}
|
||||
links={[
|
||||
{
|
||||
"label": t("link2label"),
|
||||
|
Reference in New Issue
Block a user