Use http for SVG namespace URLs which were changed to https for SonarQube fixes. #5943

This commit is contained in:
Aditya Toshniwal
2023-03-14 13:48:43 +05:30
committed by GitHub
parent f72f4aa359
commit fea1b9cf82
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ export default function PgAdminLogo() {
return (
<div className="welcome-logo" aria-hidden="true">
<svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 600 130">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 130">
<defs>
<style>{'.cls-1{stroke:#000;stroke-width:10.19px;}.cls-2{fill:#336791;}.cls-3,.cls-4,.cls-9{fill:none;}.cls-3,.cls-4,.cls-5,.cls-6{stroke:#fff;}.cls-3,.cls-4{stroke-linecap:round;stroke-width:3.4px;}.cls-3{stroke-linejoin:round;}.cls-4{stroke-linejoin:bevel;}.cls-5,.cls-6{fill:#fff;}.cls-5{stroke-width:1.13px;}.cls-6{stroke-width:0.57px;}.cls-7{fill:#2775b6;}.cls-8{fill:#333;}.cls-9{stroke:#333;stroke-width:3px;}'}</style>
</defs>